-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "BananaTreeEditor",
"version": "1.0.0",
"description": "a cooperative 2D skeletal animation editor.",
"main": "app.js",
"scripts": {
"test": "echo \"Warning: no test specified\" && exit 0",
"start": "node ./app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nykevinwong/BananaTreeEditor"
},
"author": "Kevin Wong",
"license": "MIT",
"bugs": {
"url": "https://github.com/nykevinwong/BananaTreeEditor/issues"
},
"homepage": "https://github.com/nykevinwong/BananaTreeEditor",
"dependencies": {
"body-parser": "^1.10.0",
"cookie-parser": "1.3.2",
"csurf": "^1.6.3",
"ejs": "0.8.5",
"express": "^4.10.4",
"express-partials": "0.2.0",
"express-session": "1.6.5",
"xml2js": "^0.4.4"
},
"devDependencies": {
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-concat": "0.4.0",
"grunt-contrib-jshint": "0.8.0",
"grunt-contrib-nodeunit": "0.4.0",
"grunt-contrib-uglify": "0.4.0",
"grunt-preprocess": "4.0.0",
"istanbul": "0.3.0",
"nodeunit": "0.9.0"
}
}