-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.16 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
{
"name": "proto",
"version": "0.0.0",
"description": "Proto server",
"main": "web/main.js",
"scripts": {
"test": "node tests.js"
},
"repository": {
"type": "git",
"url": "https://github.com/garysoed/proto.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/garysoed/proto/issues"
},
"homepage": "https://github.com/garysoed/proto",
"dependencies": {
"amdefine": "^0.1.0",
"body-parser": "^1.4.3",
"ejs": "^1.0.0",
"express": "^4.4.1",
"logfmt": "^1.1.2",
"method-override": "^2.0.2",
"process": "^0.7.0"
},
"devDependencies": {
"bower": "^1.3.5",
"grunt": "^0.4.5",
"grunt-bower-requirejs": "^0.11.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.11.3",
"grunt-contrib-qunit": "^0.5.1",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-execute": "^0.2.2",
"grunt-jsdoc": "^0.5.6",
"grunt-node-qunit": "^2.0.2",
"grunt-traceur": "^0.2.7",
"grunt-vulcanize": "^0.3.0",
"jshint-stylish": "^0.4.0",
"qunit": "^0.6.4",
"qunitjs": "^1.14.0",
"traceur": "0.0.72"
}
}