-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 949 Bytes
/
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
{
"name": "package",
"version": "0.0.0",
"dependencies": {
"express": "*",
"jshint": "^2.8.0",
"mongoose": "*",
"q": "*",
"body-parser": "*",
"morgan": "*",
"bower": "*"
},
"devDependencies": {
"gulp": "*",
"gulp-bower": "*",
"morgan": "*",
"body-parser": "*",
"tiny-lr": "*",
"gulp-jshint": "*",
"gulp-notify": "*",
"gulp-livereload": "*",
"gulp-nodemon": "*",
"gulp-plumber": "*",
"gulp-task-listing": "*",
"jshint-stylish": "*",
"gulp-concat": "*",
"gulp-uglify": "*",
"gulp-stylus": "*"
},
"description": "#### Status * Started",
"main": "Gulpfile.js",
"scripts": {
"start": "node server/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install"
},
"cacheDirectories": [
"node_modules",
"bower_components"
],
"engines": {
"node": "4.1.1",
"npm": "2.1.x"
}
}