-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 794 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 794 Bytes
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
{
"author": "Chia-Yen Hung",
"name": "MapTag",
"version": "0.0.1",
"private": true,
"engines": {
"node": "0.10.5",
"npm": "1.3.11"
},
"dependencies": {
"coffee-script": "~1.6.2",
"underscore": "~1.5.1",
"express": "3.0.0rc5"
},
"devDependencies": {
"grunt": "~0.4.0rc7",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-sass": "~0.7.2",
"grunt-contrib-jade": "0.8.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-watch": "~0.1.4",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-express": "~1.0.0-beta2",
"grunt-env": "0.4.0",
"jade": "~0.30.0",
"request": "~2.21.0",
"request-json": "*",
"mongoose": "~3.8.x"
}
}