UNPKG

923 BJSONView Raw
1{
2 "name": "graphlib",
3 "version": "1.0.2",
4 "description": "A directed and undirected multi-graph library",
5 "author": "Chris Pettitt <cpettitt@gmail.com>",
6 "main": "index.js",
7 "keywords": [
8 "graph",
9 "algorithms"
10 ],
11 "dependencies": {
12 "lodash": "^2.4.1"
13 },
14 "devDependencies": {
15 "benchmark": "^1.0.0",
16 "browserify": "^6.1.0",
17 "chai": "^1.9.2",
18 "istanbul": "^0.3.2",
19 "jscs": "^1.7.3",
20 "jshint": "^2.5.6",
21 "jshint-stylish": "^1.0.0",
22 "karma": "^0.12.24",
23 "karma-chrome-launcher": "^0.1.5",
24 "karma-firefox-launcher": "^0.1.3",
25 "karma-mocha": "^0.1.9",
26 "karma-phantomjs-launcher": "^0.1.4",
27 "karma-safari-launcher": "^0.1.1",
28 "mocha": "^1.21.5",
29 "semver": "^4.1.0",
30 "sprintf": "^0.1.4",
31 "uglify-js": "^2.4.15"
32 },
33 "repository": {
34 "type": "git",
35 "url": "https://github.com/cpettitt/graphlib.git"
36 },
37 "license": "MIT"
38}