forked from daniele-rapagnani/gulp-walker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1022 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
43
44
{
"name": "gulp-walker",
"version": "0.6.5",
"description": "Dependencies aware incremental building for gulp",
"license": "MIT",
"main": "index.js",
"homepage": "http://github.com/daniele-rapagnani/gulp-walker",
"repository": {
"type": "git",
"url": "git://github.com/daniele-rapagnani/gulp-walker.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "jsdoc2md lib/**/*.js > docs/api.md"
},
"author": {
"name": "Daniele Rapagnani",
"email": "[email protected]",
"url": "http://www.barrysoft.it"
},
"keywords": [
"gulpplugin",
"dependencies",
"dependency",
"includes",
"import",
"requires",
"incremental"
],
"dependencies": {
"array-unique": "^0.2.1",
"extend": "^2.0.0",
"fs": "0.0.2",
"gulp-util": "^3.0.4",
"path": "^0.11.14",
"string_decoder": "^0.10.31",
"through2": "^0.6.3",
"util": "^0.10.3",
"vinyl-file": "^1.1.1"
},
"engines": {
"node": ">= 0.9"
}
}