-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "rapha-core-en",
"version": "0.0.1",
"description": "Its Duncan Bannertime!",
"repository": {
"type": "git",
"url": "https://github.com/bannertime/generator-bannertime"
},
"scripts": {
"start": "./node_modules/gulp/bin/gulp.js",
"build": "./node_modules/gulp/bin/gulp.js prod"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.13",
"del": "^3.0.0",
"express": "^4.15.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-changed": "^3.1.0",
"gulp-cssnano": "^2.1.1",
"gulp-expect-file": "0.0.7",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^3.3.0",
"gulp-jshint": "^2.0.0",
"gulp-minify-inline": "^1.0.0",
"gulp-notify": "^3.0.0",
"gulp-open": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-remove-code": "^1.0.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sequence": "^0.4.4",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-svgfallback": "^4.0.1",
"gulp-svgstore": "^6.1.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.7",
"gulp-zip": "^4.0.0",
"jshint": "^2.9.5",
"open": "0.0.5",
"require-dir": "^0.3.2",
"webshot": "^0.18.0"
}
}