forked from pahen/madge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.19 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
{
"name": "madge",
"version": "0.5.3",
"author": "Patrik Henningsson <[email protected]>",
"repository": "git://github.com/pahen/node-madge",
"homepage": "https://github.com/pahen/node-madge",
"license": "MIT",
"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": "./node_modules/.bin/grunt"
},
"dependencies": {
"amdetective": "0.0.2",
"coffee-script": "1.3.3",
"colors": "^1.1.2",
"commander": "^2.8.1",
"commondir": "^1.0.1",
"detective": "^4.2.0",
"detective-es6": "1.1.2",
"graphviz": "0.0.8",
"react-tools": "^0.13.3",
"resolve": "^1.1.6",
"uglify-js": "^1.3.5",
"walkdir": "0.0.10"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.3",
"grunt-mocha-test": "^0.12.7",
"grunt-release": "^0.13.0",
"mocha": "^2.3.3",
"should": "*"
},
"main": "./lib/madge",
"bin": {
"madge": "./bin/madge"
}
}