-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
63 lines (63 loc) · 1.68 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"author": "Michael Bradley, Jr. <[email protected]> (https://github.com/michaelsbradleyjr)",
"name": "clojure-script",
"description": "seamless integration between NodeJS and ClojureScript",
"licenses": [{
"type": "EPL",
"url": "http://michaelsbradleyjr.github.com/node-clojurescript/licenses/epl-v10.html"
}],
"keywords": [
"clojure",
"clojurescript",
"clojure-script",
"java"
],
"version": "0.1.5-pre",
"homepage": "http://michaelsbradleyjr.github.com/node-clojurescript",
"repository": {
"type": "git",
"url": "git://github.com/michaelsbradleyjr/node-clojurescript.git"
},
"main": "./index.js",
"bin": {
"ncljsc": "./bin/ncljsc",
"nlein": "./bin/nlein"
},
"scripts": {
"test": "./node_modules/coffee-script/bin/cake test",
"postinstall": "sh ./scripts/postinstall.sh"
},
"engines": {
"node": "~0.6"
},
"dependencies": {
"cli-color": ">=0.1.6",
"commander": ">=0.6.0",
"java": ">=0.0.3",
"node-uuid": ">=1.3.3",
"restify": ">=1.4.1",
"shelljs": "0.0.5pre4",
"superagent": ">=0.4.1",
"temporary": ">=0.0.2"
},
"devDependencies": {
"chai": ">=0.4.2",
"clog": ">=0.1.2",
"coffee-script": ">=1.2.0",
"docco" : "https://github.com/michaelsbradleyjr/docco/tarball/master",
"gfms": ">=0.0.3",
"mocha": "https://github.com/michaelsbradleyjr/mocha/tarball/check-ENOENT-1.0.3",
"nopt" : ">=1.0.10",
"sinon": ">=1.3.1",
"sinon-chai": ">=1.1.0",
"touch": ">=0.0.1",
"underscore": ">=1.3.1",
"underscore.string": ">=2.0.0",
"watch" : ">=0.5.1"
},
"optionalDependencies": {},
"directories": {
"lib": "./lib",
"test": "./test"
}
}