-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 966 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
{
"name": "template",
"version": "1.0.0",
"description": "base template",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-filter": "^3.0.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-jade": "^1.1.0",
"gulp-plumber": "^1.1.0",
"gulp-rimraf": "^0.2.0",
"gulp-sass": "^2.2.0",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-uncss": "^1.0.4",
"gulp-useref": "^3.0.7",
"gulp.spritesmith": "^6.2.0",
"main-bower-files": "^2.11.1",
"minimist": "^1.2.0",
"modernizr": "^3.3.1",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kliment",
"license": "ISC"
}