-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 935 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
38
{
"name": "template",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/nstkm/template.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "/~https://github.com/nstkm/template/issues"
},
"homepage": "/~https://github.com/nstkm/template#readme",
"devDependencies": {
"browser-sync": "^2.9.1",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-filter": "^3.0.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-jade": "^1.1.0",
"gulp-minify-css": "^1.2.1",
"gulp-prettify": "^0.3.0",
"gulp-sass": "^2.0.4",
"gulp-size": "^2.0.0",
"gulp-uglify": "^1.4.0",
"gulp-uncss": "^1.0.3",
"gulp-useref": "^1.3.0",
"gulp-util": "^3.0.6",
"vinyl-ftp": "^0.4.5",
"wiredep": "^2.2.2"
}
}