Initial commit
This commit is contained in:
36
node_modules/graphlib/package.json
generated
vendored
Normal file
36
node_modules/graphlib/package.json
generated
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "graphlib",
|
||||
"version": "1.0.7",
|
||||
"description": "A directed and undirected multi-graph library",
|
||||
"author": "Chris Pettitt <cpettitt@gmail.com>",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"lodash": "^3.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"benchmark": "^1.0.0",
|
||||
"browserify": "^6.1.0",
|
||||
"chai": "^1.9.2",
|
||||
"istanbul": "^0.3.2",
|
||||
"jscs": "^1.7.3",
|
||||
"jshint": "^2.5.6",
|
||||
"jshint-stylish": "^1.0.0",
|
||||
"karma": "^0.12.37",
|
||||
"karma-chrome-launcher": "^0.2.0",
|
||||
"karma-firefox-launcher": "^0.1.6",
|
||||
"karma-mocha": "^0.2.0",
|
||||
"karma-phantomjs-launcher": "^0.2.0",
|
||||
"karma-safari-launcher": "^0.1.1",
|
||||
"mocha": "^1.21.5",
|
||||
"phantomjs": "^1.9.17",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user