-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.06 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
{
"name": "gulpmd5test",
"version": "1.0.0",
"description": "add md5",
"main": "gulpfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./server/bin/www"
},
"author": "ivan",
"license": "ISC",
"devDependencies": {
"g": "^2.0.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.0",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^5.1.0",
"gulp-rev-collector": "^1.0.0",
"gulp-uglify": "^1.5.1",
"run-sequence": "^1.1.2"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "^1.3.5",
"debug": "~2.2.0",
"ejs": "^2.3.4",
"express": "~4.13.1",
"express-session": "^1.13.0",
"gulp-base64": "^0.1.3",
"gulp-content-includer": "0.0.7",
"gulp-htmlmin": "^1.2.0",
"jade": "~1.11.0",
"jshashes": "^1.0.5",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0",
"superagent": "^3.4.1"
}
}