-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
48 lines (48 loc) · 1.35 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
{
"name": "choc",
"version": "0.0.1",
"private": true,
"description": "a library for learnable programming",
"keywords": [],
"author": "Nate Murray <[email protected]>",
"dependencies": {
"coffee-script": "~1.6.2",
"underscore": "~1.4.4",
"underscore.string": "~2.3.1",
"supervisor": "~0.5.2",
"esprima": "~1.0.3",
"escodegen": "0.0.22",
"esmorph": "git://github.com/ariya/esmorph.git#0b3378f05056778f9ea5f89231372aac8bb03ccc",
"hogan.js": "~2.0.0",
"nodemon": "~0.7.8",
"deep": "0.0.1",
"forever": "*",
"debug": "*",
"wisp": "~0.8.0",
"bower": "~1.2.6"
},
"devDependencies": {
"mocha": "*",
"replay": "*",
"should": "*",
"matchdep": "*",
"grunt": "~0.4.0",
"grunt-cli": "~0.1.9",
"grunt-contrib-coffee": "~0.6.5",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-watch": "~0.5.3",
"bower": "~0.x",
"browserify": "~2.17.3",
"mkdirp": "~0.3.5",
"grunt-gh-pages": "~0.7.1",
"grunt-browserify": "~1.2.4"
},
"scripts": {
"test": "node test/run.js",
"release": "node tools/release.js",
"build": "(echo '// Generated by browserify'; ./node_modules/.bin/browserify -i source-map tools/entry-point.js) > choc.browser.js"
}
}