forked from juanfran/gulp-jade-inheritance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 958 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": "4.0.1",
"gulp-util": "^3.0.8",
"jade-inheritance": "https://github.com/tars/jade-inheritance/archive/master.tar.gz",
"lodash": "^4.17.15",
"through2": "^3.0.1",
"vinyl-fs": "^3.0.3"
}
}