forked from safareli/gulp-sass-inheritance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 834 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
{
"name": "gulp-sass-inheritance",
"version": "0.5.1",
"description": "Rebuild only changed sass/scss files and all it's dependencies",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:berstend/gulp-sass-inheritance.git"
},
"keywords": [
"gulpplugin",
"sass",
"sass-inheritance",
"sass-graph",
"gulp-sass-graph",
"sass-dependencies",
"gulp-cached"
],
"author": "berstend & Juanfran Alcántara",
"license": "MIT",
"bugs": {
"url": "https://github.com/berstend/gulp-sass-inheritance/issues"
},
"homepage": "https://github.com/berstend/gulp-sass-inheritance",
"dependencies": {
"event-stream": "^3.1.7",
"gulp-util": "^3.0.0",
"lodash": "^2.4.1",
"sass-graph": "^1.2.0",
"through2": "^0.6.0",
"vinyl-fs": "^0.3.6"
}
}