-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpackage.json
53 lines (53 loc) · 1.34 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
{
"name": "EPIC_starter_kit",
"version": "1.0.0",
"description": "Start.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/.bin/gulp"
},
"author": "Nikolay Gromov",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nicothin/epic_start-kit"
},
"devDependencies": {
"autoprefixer": "^6.4.0",
"browser-sync": "^2.14.0",
"css-mqpacker": "^5.0.1",
"del": "^2.2.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-base64": "^0.1.3",
"gulp-cheerio": "^0.6.2",
"gulp-cleancss": "^0.2.2",
"gulp-concat": "^2.6.0",
"gulp-file-include": "^0.14.0",
"gulp-gh-pages": "^0.5.4",
"gulp-imagemin": "^3.0.3",
"gulp-less": "^3.1.0",
"gulp-newer": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-pug": "^3.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-svgmin": "^1.2.2",
"gulp-svgstore": "^6.0.0",
"gulp-uglify": "^2.0.0",
"gulp.spritesmith": "^6.3.0",
"imagemin-pngquant": "^5.0.0",
"merge-stream": "^1.0.1",
"ttf2woff": "^2.0.1",
"ttf2woff2": "^2.0.3",
"vinyl-buffer": "^1.0.0"
},
"config": {
"directories": {
"source": "./src",
"build": "./build"
}
}
}