UNPKG

graphlib-dot

Version:

A DOT language parser / writer for graphlib

46 lines (45 loc) 1.13 kB
{ "name": "graphlib-dot", "version": "0.6.4", "description": "A DOT language parser / writer for graphlib", "author": "Chris Pettitt <cpettitt@gmail.com>", "main": "index.js", "keywords": [ "graph", "dot", "parse" ], "dependencies": { "graphlib": "^2.1.8", "lodash": "^4.17.15" }, "devDependencies": { "browserify": "^16.2.3", "chai": "^1.9.2", "eslint": "^5.13.0", "jshint": "^2.9.6", "jshint-stylish": "^1.0.0", "karma": "^4.1.0", "karma-chrome-launcher": "^0.2.0", "karma-firefox-launcher": "^0.1.6", "karma-mocha": "^0.2.0", "karma-phantomjs-launcher": "^1.0.0", "karma-requirejs": "^0.2.5", "karma-safari-launcher": "^0.1.1", "mocha": "^6.1.4", "pegjs": "^0.8.0", "phantomjs-prebuilt": "^2.1.7", "requirejs": "^2.1.22", "semver": "^4.1.0", "sprintf": "^0.1.4", "uglify-js": "^2.4.15" }, "repository": { "type": "git", "url": "https://github.com/dagrejs/graphlib-dot.git" }, "contributors": [ "Dominic Tarr <dominic.tarr@gmail.com> (http://bit.ly/dominictarr)" ], "license": "MIT" }