-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.18 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
{
"name": "gulp-start-template",
"version": "1.0.0",
"description": "gulp start template",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gulp",
"pug",
"sass"
],
"author": "Vsevolod Kurochka",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browser-sync": "^2.18.13",
"browserify": "^14.5.0",
"emitty": "^1.4.1",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-cache": "^1.0.1",
"gulp-csscomb": "^3.0.8",
"gulp-data": "^1.2.1",
"gulp-html-beautify": "^1.0.1",
"gulp-if": "^2.0.2",
"gulp-install": "^1.1.0",
"gulp-merge-json": "^1.2.0",
"gulp-notify": "^3.0.0",
"gulp-pug": "^3.3.0",
"gulp-sass": "^3.1.0",
"gulp-sass-glob": "^1.0.8",
"sassdoc": "^2.5.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
]
]
}
}