-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 3.17 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "sage",
"version": "8.2.1",
"author": "Ben Word <[email protected]>",
"homepage": "https://roots.io/sage/",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/roots/sage.git"
},
"bugs": {
"url": "https://github.com/roots/sage/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"scripts": {
"build": "bower install && gulp",
"jshint": "gulp jshint",
"jscs": "jscs gulpfile.js assets/scripts/*.js"
},
"engines": {
"node": ">= 0.12.0",
"npm": ">=2.1.5"
},
"devDependencies": {
"asset-builder": "^1.0.2",
"browser-sync": "^2.7.1",
"del": "^1.1.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.1.0",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.5.2",
"gulp-flatten": "0.0.4",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.9.4",
"gulp-less": "^3.0.2",
"gulp-minify-css": "^1.0.0",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-rev": "^3.0.1",
"gulp-sass": "^2.0.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"imagemin-pngcrush": "^4.0.0",
"jshint-stylish": "^1.0.1",
"lazypipe": "^0.2.2",
"merge-stream": "^0.1.7",
"minimist": "^1.1.1",
"run-sequence": "^1.0.2",
"traverse": "^0.6.6",
"wiredep": "^2.2.2"
},
"description": "[![Build Status](https://travis-ci.org/roots/sage.svg)](https://travis-ci.org/roots/sage) [![devDependency Status](https://david-dm.org/roots/sage/dev-status.svg)](https://david-dm.org/roots/sage#info=devDependencies)",
"main": "gulpfile.js",
"dependencies": {
"ansi-styles": "^2.1.0",
"asset-builder": "^1.1.0",
"async-each-series": "^1.1.0",
"browser-sync": "^2.9.11",
"clone-stats": "0.0.1",
"connect": "^3.4.0",
"core-util-is": "^1.0.1",
"dateformat": "^1.0.11",
"del": "^1.2.1",
"dev-ip": "^1.0.1",
"easy-extender": "^2.3.1",
"eazy-logger": "^2.1.2",
"escape-string-regexp": "^1.0.3",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-flatten": "^0.0.4",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.1",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^3.0.1",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"has-ansi": "^2.0.0",
"has-gulplog": "^0.1.0",
"imagemin-pngcrush": "^4.1.0",
"immutable": "^3.7.5",
"is-stream": "^1.0.1",
"jshint-stylish": "^1.0.2",
"lazypipe": "^0.2.4",
"merge-stream": "^0.1.8",
"minimist": "^1.2.0",
"node-gyp": "^3.0.3",
"portscanner": "^1.0.0",
"readable-stream": "^2.0.4",
"replace-ext": "0.0.1",
"resp-modifier": "^6.0.0",
"run-sequence": "^1.1.4",
"serve-static": "^1.10.0",
"socket.io": "^1.3.7",
"strip-ansi": "^3.0.0",
"supports-color": "^3.1.2",
"traverse": "^0.6.6",
"ua-parser-js": "^0.7.9",
"ucfirst": "^1.0.0",
"vinyl": "^1.1.0",
"wiredep": "^2.2.2"
},
"license": "ISC"
}