-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.27 KB
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
48
49
50
51
52
53
54
{
"name": "myapp",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "karma start karma.conf.js",
"start": "gulp",
"lint": "jscs ./",
"postinstall": "bower install"
},
"pre-commit": "lint",
"dependencies": {
"body-parser": "~1.13.2",
"browser-sync": "^1.5.7",
"chai": "^3.3.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "^4.13.3",
"grunt": "^0.4.5",
"grunt-execute": "^0.2.2",
"grunt-mocha-test": "^0.12.7",
"grunt-nodemon": "^0.4.0",
"grunt-shell": "^1.1.2",
"jade": "~1.11.0",
"mocha": "^2.3.3",
"mongo": "^0.1.0",
"mongodb": "^2.0.43",
"mongoose": "^4.1.8",
"morgan": "~1.6.1",
"point-in-polygon": "^1.0.0",
"underscore": "^1.8.3",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"browser-sync": "^1.5.7",
"gulp": "^3.8.5",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.6.3",
"gulp-karma": "0.0.4",
"gulp-nodemon": "^1.0.4",
"gulp-shell": "^0.2.7",
"jade": "~1.11.0",
"jscs": "^2.1.1",
"jshint-stylish": "^2.0.1",
"mocha": "^2.3.3",
"mongo": "^0.1.0",
"mongodb": "^2.0.43",
"morgan": "~1.6.1",
"pre-commit": "^1.1.1",
"serve-favicon": "~2.3.0",
"supertest": "^1.1.0"
},
"devDependencies": {}
}