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.6-pre",
"description": "A directed and undirected multi-graph library",
"author": "Chris Pettitt <[email protected]>",
"main": "index.js",
"keywords": [
"graph",
"algorithms"
],
"dependencies": {
"lodash": "^4.17.5"
},
"devDependencies": {
"benchmark": "^2.1.4",
"browserify": "^16.0.0",
"chai": "^4.1.2",
"istanbul": "^0.4.5",
"jscs": "^3.0.7",
"jshint": "^2.9.6",
"jshint-stylish": "^2.2.1",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-requirejs": "^1.1.0",
"karma-safari-launcher": "^1.0.0",
"mocha": "^5.0.0",
"phantomjs-prebuilt": "^2.1.16",
"requirejs": "^2.3.5",
"seedrandom": "^2.4.3",
"semver": "^5.5.0",
"sprintf": "^0.1.5",
"uglify-js": "^3.3.10"
},
"repository": {
"type": "git",
"url": "https://github.com/dagrejs/graphlib.git"
},
"license": "MIT"
}