-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 991 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
{
"private": true,
"engines": {
"node": ">=0.12.0"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"postinstall": "bower install"
},
"dependencies": {
"babel-preset-es2015": "^6.18.0",
"basic-auth": "^1.0.3",
"bower": "^1.7.9",
"del": "^2.0.2",
"express": "^4.13.3",
"front-matter": "^2.0.7",
"glob": "^7.0.3",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-babel": "5.*",
"gulp-clean-css": "^2.0.6",
"gulp-data": "^1.2.0",
"gulp-debug": "^2.1.1",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-modernizr": "1.0.0-alpha",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-twig": "^0.5.0",
"gulp-uglify": "^1.4.1",
"gulp-useref": "^3.0.8",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"run-sequence": "^1.1.4",
"yargs": "^4.6.0"
},
"devDependencies": {
"browser-sync": "^2.9.9"
}
}