UNPKG

ipsameius

Version:

graph & directed graph implementation in javascript

46 lines (45 loc) 1.01 kB
{ "name": "ipsameius", "version": "1.4.0", "description": "graph & directed graph implementation in javascript", "main": "index.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/MyaMurphy/ipsameius.git" }, "keywords": [ "graph", "graph data structure", "sed", "nostrum", "directed graph", "molestias", "directed graph js", "porro", "iusto" ], "author": "ErnaMayert", "license": "MIT", "bugs": { "url": "https://github.com/MyaMurphy/ipsameius.git/issues" }, "devDependencies": { "chai": "^4.2.0", "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.19.1", "grunt": "^1.0.4", "grunt-eslint": "^22.0.0", "grunt-mocha-istanbul": "^5.0.2", "grunt-mocha-test": "^0.13.3", "istanbul": "^0.4.5", "mocha": "^6.2.2", "sinon": "^8.0.1" }, "dependencies": { "@datastructures-js/queue": "^3.1.3" } }