forked from juanfran/gulp-jade-inheritance
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
42 lines (42 loc) · 999 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
39
40
41
42
{
"name": "gulp-sass-inheritance",
"version": "1.1.2",
"description": "Rebuild only changed sass/scss files and all it's dependencies",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"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.3.4",
"gulp-util": "^3.0.8",
"lodash": "^4.17.4",
"sass-graph": "^2.2.3",
"through2": "^2.0.3",
"vinyl-fs": "^3.0.0"
},
"devDependencies": {
"chai": "^4.0.1",
"gulp": "^3.9.1",
"mocha": "^4.0.0",
"stream-assert": "^2.0.3"
}
}