-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 858 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
38
39
{
"name": "cx-build",
"version": "0.1.2",
"description": "Turn-key app build server. Uses json application descriptor file to set up routes",
"main": "server.js",
"dependencies": {
"browserify": "~2.14.2",
"bundlr": "0.0.2",
"nib": "~0.9.0",
"express": "~3.2.4",
"node-uuid": "~1.4.0",
"socket.io": "~0.9.14",
"stylus": "~0.29.0",
"node-codein": "~1.0.3",
"underscore": "~1.4.2",
"backbone": "~1.0.0",
"ncp": "~0.4.2",
"coffee-script": "~1.6.2"
},
"devDependencies": {
"coffee-script": "~1.3.3"
},
"scripts": {
"test": "node server",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/pr1ntr/cx-build.git"
},
"keywords": [
"build",
"server",
"express",
"browserify"
],
"author": "pr1ntr",
"license": "BSD"
}