UNPKG

dig

Version:

Graph algorithms

29 lines (28 loc) 522 B
{ "name": "dig", "version": "0.0.6", "description": "Graph algorithms", "main": "index.js", "directories": { "src": "src", "test": "test" }, "scripts": { "test": "mocha -R spec" }, "keywords": [ "graph", "algorithms" ], "devDependencies": { "mocha": "1.3.x", "uglify-js": "1.3.x", "pegjs": "0.7.0" }, "author": "Chris Pettitt <chris@samsarin.com>", "repository": { "type": "git", "url": "https://github.com/cpettitt/dig.js.git" }, "license": "MIT" }