-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.38 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
54
55
56
57
58
{
"name": "sage-starter",
"version": "1.3.0",
"author": "Micah Cambre <micah@twolanedesign.com>",
"homepage": "https://twolanedesign.com",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/asuh/sage-starter"
},
"bugs": {
"url": "https://github.com/asuh/sage-starter/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"scripts": {
"build": "bower install && gulp",
"lint": "gulp lint"
},
"engines": {
"node": ">= 4.5"
},
"devDependencies": {
"asset-builder": "^1.1.0",
"browser-sync": "^2.26.3",
"critical": "^0.8.0",
"del": "^2.0.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.3",
"gulp-eslint": "^3.0.1",
"gulp-flatten": "^0.3.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^3.0.3",
"gulp-less": "^3.0.5",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.0.0",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-svgmin": "^1.2.2",
"gulp-svgstore": "^6.0.0",
"gulp-uglify": "^2.0.0",
"imagemin-pngcrush": "^5.0.0",
"lazypipe": "^1.0.1",
"merge-stream": "^1.0.0",
"minimist": "^1.2.0",
"run-sequence": "^1.1.5",
"traverse": "^0.6.6",
"wiredep": "^4.0.0"
}
}