forked from jasongilman/proto-repl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 918 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "proto-repl",
"main": "./lib/proto-repl",
"version": "0.12.2",
"description": "Provides a Clojure Development Environment with an interactive REPL. You can easily send code to the REPL, run tests in your project, view documentation, and much more.",
"keywords": [
"clojure",
"lisp",
"repl",
"interactive"
],
"repository": "https://github.com/jasongilman/proto-repl",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"atom-space-pen-views": "2.1.1",
"underscore": "^1.8.3",
"nrepl-client": "git://github.com/rksm/node-nrepl-client#da17768d0c2a63478233ab63d5e1ec121e0db834"
},
"package-dependencies": {
"tool-bar": "^0.1.0"
},
"consumedServices": {
"tool-bar": {
"versions": {
"^0.1.0": "consumeToolbar"
}
},
"ink": {
"versions": {
"*": "consumeInk"
}
}
}
}