-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.48 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "express_mvc",
"version": "1.0.0",
"private": true,
"author": {
"name": "Jon Hurrell",
"email": "jonhurrell.digitaldwp@gmail.com",
"url": "https://github.com/jonhurrell"
},
"contributors": [
{
"name": "Jon Hurrell",
"email": "jonhurrell.digitaldwp@gmail.com"
},
{
"name": "James Howard",
"email": "jameshoward1982@gmail.com"
}
],
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "^1.14.2",
"compression": "^1.6.0",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"glob": "^5.0.3",
"method-override": "^2.3.5",
"morgan": "^1.6.1",
"nunjucks": "^2.0.0",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"connect-livereload": "^0.5.4",
"del": "^2.2.0",
"dotenv": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.4.3",
"gulp-cssnano": "^2.1.0",
"gulp-eslint": "^2.0.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.0",
"gulp-newer": "^1.1.0",
"gulp-nodemon": "^2.0.2",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"gulp-sass-lint": "^1.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"jshint": "^2.8.0",
"jshint-stylish": "^2.1.0",
"node-sass-import-once": "^1.2.0",
"run-sequence": "^1.1.5"
}
}