UNPKG

dagjs

Version:

Simiple DAG (Directed Acyclic Graph) module with edge tagging

52 lines (51 loc) 1.33 kB
{ "name": "dagjs", "version": "0.1.4", "description": "Simiple DAG (Directed Acyclic Graph) module with edge tagging", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha", "cover": "istanbul cover _mocha", "coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/cjongseok/dag.js.git" }, "keywords": [ "dag", "directed", "acyclic", "graph", "edge tagging" ], "author": "Jongseok Choi <cjongseok@gmail.com> (https://jongseok.com)", "license": "MIT", "dependencies": { "es6-error": "^4.0.2" }, "bugs": { "url": "https://github.com/cjongseok/dag.js/issues", "email": "cjongseok@gmail.com" }, "homepage": "https://github.com/cjongseok/dag.js", "devDependencies": { "chai": "^4.1.2", "coveralls": "^3.0.1", "deep-equal": "^1.0.1", "eslint": "^4.5.0", "eslint-config-airbnb": "^15.1.0", "eslint-plugin-chai-expect": "^1.1.1", "eslint-plugin-import": "^2.7.0", "eslint-plugin-jsx-a11y": "^6.0.2", "eslint-plugin-react": "^7.3.0", "gulp": "^3.9.1", "gulp-eslint": "^4.0.0", "istanbul": "^0.4.5", "mocha": "^5.2.0", "mocha-lcov-reporter": "^1.3.0" } }