forked from dagrejs/graphlib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "graphlib",
"version": "2.1.2-pre",
"description": "A directed and undirected multi-graph library",
"author": "Chris Pettitt <cpettitt@gmail.com>",
"main": "index.js",
"keywords": [
"graph",
"algorithms"
],
"dependencies": {
"lodash": "^4.11.1"
},
"devDependencies": {
"benchmark": "^1.0.0",
"browserify": "^13.0.0",
"chai": "^1.9.2",
"istanbul": "^0.3.2",
"jscs": "^1.7.3",
"jshint": "^2.5.6",
"jshint-stylish": "^1.0.0",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-requirejs": "^0.2.5",
"karma-safari-launcher": "^0.1.1",
"mocha": "^1.21.5",
"phantomjs-prebuilt": "^2.1.7",
"requirejs": "^2.1.22",
"seedrandom": "^2.4.2",
"semver": "^4.1.0",
"sprintf": "^0.1.4",
"uglify-js": "^2.4.15"
},
"repository": {
"type": "git",
"url": "https://github.com/cpettitt/graphlib.git"
},
"license": "MIT"
}