-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 848 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
{
"name": "Gulp_Scaffold",
"version": "1.1.0",
"description": "Scaffolding project for website projects using Gulp",
"author": "Anders Nysom",
"license": "ISC",
"dependencies": {
"lodash": "^3.10.1"
},
"devDependencies": {
"browser-sync": "^2.8.1",
"browserify": "^11.0.1",
"exorcist": "^0.4.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^0.14.0",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^5.1.10",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"sc5-styleguide": "^0.3.37",
"uglifyify": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}