-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 927 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
{
"name": "nodeLayer",
"version": "1.0.0",
"author": "kekobin",
"repository": {
"type": "git",
"url": "https://github.com/kekobin/nodeLayer"
},
"scripts": {
"build": "gulp build"
},
"dependencies": {
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.13.4",
"ejs": "^2.5.2",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"del": "~0.1.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-copy": "^1.0.0",
"gulp-cssmin": "^0.1.7",
"gulp-imagemin": "~0.6.1",
"gulp-livereload": "^3.8.1",
"gulp-md5-plus": "^0.2.5",
"gulp-minify-css": "~0.3.5",
"gulp-nodemon": "^2.2.1",
"gulp-replace": "^0.5.4",
"gulp-ruby-sass": "^2.1.1",
"gulp-sequence": "^0.4.6",
"gulp-uglify": "~0.3.1",
"shelljs": "~0.7.5",
"q": "~1.4.1",
"morgan": "*",
"requestify": "^0.2.5"
}
}