forked from berstend/gulp-sass-inheritance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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
{
"name": "gulp-sass-inheritance-independer",
"version": "1.0.0",
"description": "Rebuild only changed sass/scss files and all it's dependencies",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/nstrating/gulp-sass-inheritance-independer.git"
},
"keywords": [
"gulpplugin",
"sass",
"sass-inheritance",
"sass-graph",
"gulp-sass-graph",
"sass-dependencies",
"gulp-cached"
],
"author": "berstend & Juanfran Alcántara & nstrating",
"license": "MIT",
"bugs": {
"url": "https://github.com/nstrating/gulp-sass-inheritance-independer/issues"
},
"homepage": "https://github.com/nstrating/gulp-sass-inheritance-independer",
"dependencies": {
"event-stream": "3.3.4",
"gulp-util": "^3.0.8",
"lodash": "^4.17.4",
"sass-graph": "^3.0.4",
"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"
},
"directories": {
"test": "test"
}
}