-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 992 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-graphviz-deps",
"description": "Generates a graphviz (\"dot\") graph from your gulp tasks' dependencies",
"version": "0.1.0",
"homepage": "https://github.com/Pushpay/gulp-graphviz-deps",
"repository": {
"type": "git",
"url": "git://github.com/Pushpay/gulp-graphviz-deps.git"
},
"author": {
"name": "Pushpay Developers",
"url": "https://pushpay.com/"
},
"main": "./index.js",
"keywords": [
"gulpplugin"
],
"scripts": {},
"engines": {
"node": ">= 0.8.0"
},
"licenses": [
{
"type": "MIT"
}
],
"readme": "",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/Pushpay/gulp-graphviz-deps/issues"
},
"_id": "gulp-graphviz-deps@0.1.0",
"_from": "gulp-graphviz-deps@*",
"dependencies": {
"gulp": "^3.9.0"
},
"devDependencies": {
"gulp-mocha": "^2.1.3",
"gulp-shell": "^0.4.2",
"gulp-tsc": "^1.0.0",
"mocha": "^2.2.5",
"typescript": "^1.5.0-beta"
}
}