-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 830 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
{
"name": "gulp-starter",
"version": "1.0.0",
"description": "starter kit for gulp",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://github.com/dope/gulp-starter.git"
},
"keywords": [
"gulp",
"scss",
"js",
"images"
],
"author": "Joe Richardson",
"license": "MIT",
"bugs": {
"url": "https://github.com/dope/gulp-starter/issues"
},
"homepage": "https://github.com/dope/gulp-starter",
"devDependencies": {
"browser-sync": "^2.0.0",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^1.0.1",
"gulp-imagemin": "^2.2.1",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.1.0",
"imagemin-pngquant": "^4.0.0"
}
}