forked from pahen/madge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.18 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
46
47
48
49
50
51
52
53
54
55
{
"name": "madge",
"version": "0.3.5",
"author": "Patrik Henningsson <[email protected]>",
"repository": "git://github.com/pahen/node-madge",
"homepage": "https://github.com/pahen/node-madge",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/pahen/node-madge/raw/master/LICENSE"
}
],
"description": "Create graphs from your CommonJS or AMD module dependencies.",
"keywords": [
"AMD",
"RequireJS",
"require",
"module",
"circular",
"dependency",
"dependencies",
"graphviz",
"graph"
],
"engines": [
"node >= 0.8.0"
],
"scripts": {
"test": "grunt"
},
"dependencies": {
"commander": "1.0.0",
"detective": "0.1.1",
"walkdir": "0.0.5",
"resolve": "0.2.3",
"commondir": "0.0.1",
"graphviz": "0.0.7",
"uglify-js": "1.2.6",
"colors": "0.6.0-1",
"coffee-script": "1.3.3",
"amdetective": "0.0.2"
},
"devDependencies": {
"grunt": "0.4.4",
"grunt-cli": "0.1.8",
"grunt-contrib-jshint": "0.10.0",
"grunt-mocha-test": "0.10.2",
"grunt-release": "0.7.0",
"should": "*"
},
"main": "./lib/madge",
"bin": {
"madge": "./bin/madge"
}
}