-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "igaro-api",
"version": "0.0.1",
"description": "Igaro API Application",
"engines": {
"node": ">=0.12.4"
},
"devDependencies": {
"body-parser": "^1.13.3",
"grunt": "^0.4.5",
"grunt-cli": "^0",
"grunt-concurrent": "^2.0.0",
"grunt-contrib-clean": "^0",
"grunt-contrib-compass": "^0.7.0",
"grunt-contrib-connect": "^0",
"grunt-contrib-copy": "^0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt-contrib-uglify": "^0.4",
"grunt-contrib-watch": "^0.5.3",
"grunt-exec": "^0",
"grunt-node-inspector": "^0.2.0",
"grunt-nodemon": "^0.4.0",
"grunt-po2json": "git://github.com/rockykitamura/grunt-po2json.git",
"grunt-po2json-embed": "^1.0.0",
"grunt-shell": "^0",
"grunt-shell-spawn": "^0.3.8",
"grunt-text-replace": "^0",
"grunt-xgettext": "^0",
"po2json": "^0.3"
},
"dependencies": {
"cookie-parser": "",
"express": "",
"express-json": "^1.0.0",
"express-resource": "^1.0.0",
"mysql": "^2.8.0"
}
}