min-cycles
Version:
Minimal cycle basis for a planar graph
37 lines (36 loc) • 790 B
JSON
{
"name": "min-cycles",
"version": "0.2.0",
"description": "Minimal cycle basis for a planar graph",
"main": "lib/cycles.js",
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {},
"devDependencies": {
"rewire": "^2.3.4",
"babel": "^5.8.23",
"mocha": "^2.3.2",
"expect.js": "^0.3.1"
},
"scripts": {
"test": "mocha",
"prepublish" : "babel src -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vbichkovsky/min-cycles.git"
},
"keywords": [
"graph",
"minimal",
"cycles"
],
"author": "Valentine Bichkovsky",
"license": "ISC",
"bugs": {
"url": "https://github.com/vbichkovsky/min-cycles/issues"
},
"homepage": "https://github.com/vbichkovsky/min-cycles#readme"
}