forked from DavidHalkin/solotcha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "solotcha",
"version": "1.0.0",
"description": "markup",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DavidHalkin/solotcha.git"
},
"author": "DavidHalkin",
"license": "ISC",
"bugs": {
"url": "https://github.com/DavidHalkin/solotcha/issues"
},
"homepage": "https://github.com/DavidHalkin/solotcha#readme",
"devDependencies": {
"browser-sync": "latest",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-cache": "^0.4.2",
"gulp-cheerio": "^0.6.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-imagemin": "^3.3.0",
"gulp-main-bower-files": "^1.6.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.1.0",
"gulp-svg-sprite": "^1.3.7",
"gulp-svgmin": "^1.2.4",
"gulp-uglifyjs": "^0.6.2",
"gulp.spritesmith": "^6.5.1",
"imagemin-pngquant": "^5.0.1",
"merge-stream": "^1.0.1",
"vinyl-buffer": "^1.0.0"
}
}