-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 824 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 824 Bytes
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
{
"name": "dynamic-gulp",
"description": "package json for installing node/gulp modules",
"author": "Jason Korth",
"private": true,
"dependencies": {
"bootstrap": "^4.1",
"browser-sync": "^2",
"favicons": "^4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5",
"gulp-clean-css": "^3",
"gulp-concat": "^2",
"gulp-favicons": "^2",
"gulp-imagemin": "^4",
"gulp-jshint": "^2",
"gulp-sass": "^3",
"gulp-sourcemaps": "^2",
"gulp-uglify": "^3",
"gulp-util": "^3",
"handlebars": "^4",
"imagemin-pngcrush": "^5",
"pump": "^3",
"sassdoc": "^2"
},
"devDependencies": {
"gulp-jshint": "^2",
"jshint": "^2"
},
"scripts": {
"postinstall": "gulp copy --gulpfile ./gulpfile.js",
"custominstall": "npm install && npm run postinstall"
}
}