-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 805 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 805 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
33
34
35
36
37
38
39
{
"name": "nodejs_study_site",
"version": "1.0.0",
"description": "test",
"main": "bin/www",
"scripts": {
"start": "node ./bin/www"
},
"keywords": [
"test",
"mvc",
"node"
],
"author": "yecl",
"license": "ISC",
"dependencies": {
"body-parser": "^1.12.4",
"debug": "^2.2.0",
"express": "^4.12.4",
"express-session": "^1.11.3",
"file-stream-rotator": "0.0.6",
"hjs": "0.0.6",
"mssql": "^2.1.5",
"q": "^1.4.1",
"uuid": "^2.0.1"
},
"devDependencies": {
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.11.0",
"gulp-minify-css": "^1.1.6",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-zip": "^3.0.2",
"should": "^6.0.3"
}
}