-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
38 lines (38 loc) · 902 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
{
"name": "gulp-jade-inheritance",
"version": "0.5.5",
"description": "Rebuild only changed jade files and all it dependencies",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:juanfran/gulp-jade-inheritance.git"
},
"keywords": [
"gulpplugin",
"jade",
"jade-inheritance"
],
"author": "Juanfran Alcántara",
"license": "MIT",
"bugs": {
"url": "https://github.com/juanfran/gulp-jade-inheritance/issues"
},
"homepage": "https://github.com/juanfran/gulp-jade-inheritance",
"devDependencies": {
"chai": "~3.4.1",
"mocha": "~2.3.4",
"proxyquire": "^1.7.3",
"sinon": "^1.17.2"
},
"dependencies": {
"event-stream": "^3.3.2",
"gulp-util": "^3.0.7",
"jade-inheritance": "^0.2.1",
"lodash": "^3.10.1",
"through2": "^2.0.0",
"vinyl-fs": "^2.2.1"
}
}