forked from dagrejs/graphlib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.04 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
{
"name": "graphlib",
"version": "0.6.1-pre",
"description": "A directed and undirected multi-graph library",
"main": "index.js",
"keywords": [
"graph",
"algorithms"
],
"scripts": {
"blanket": {
"pattern": "lib",
"data-cover-never": [
"node_modules",
"test"
]
}
},
"dependencies": {
"cp-data": "1.1.0"
},
"devDependencies": {
"benchmark": "~1.0.0",
"blanket": "1.x.x",
"browserify": "~2.33.1",
"chai": "1.7.x",
"grunt": "~0.4.1",
"grunt-browserify": "~1.2.8",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jade": "~0.8.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-cov": "0.0.7",
"jade": "0.35.x",
"marked": "0.2.x",
"mocha": "1.12.x",
"semver": "2.1.x",
"uglify-js": "1.2.3"
},
"author": "Chris Pettitt <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/cpettitt/graphlib.git"
},
"license": "MIT"
}