UNPKG

dagre-d3v4

Version:
68 lines (67 loc) 1.69 kB
{ "name": "dagre-d3v4", "version": "0.5.0", "description": "A D3-based renderer for Dagre", "author": "Chris Pettitt <chris@samsarin.com>", "contributors": [ "Sean Bolton <sean@smbolton.com>" ], "keywords": [ "graph", "dagre", "graphlib", "renderer", "d3", "d3v4" ], "license": "MIT", "dependencies": { "d3": "^4.7.4", "dagre": "^0.7.4", "graphlib": "^1.0.5", "lodash": "^3.10.0" }, "devDependencies": { "browser-sync": "^2.7.1", "browserify": "^14.4.0", "chai": "^1.9.2", "del": "^1.1.1", "gulp": "^3.9.1", "gulp-changed": "^1.2.1", "gulp-jshint": "^2.0.4", "gulp-rename": "^1.2.2", "gulp-replace": "^0.5.3", "gulp-shell": "^0.4.1", "gulp-sourcemaps": "^1.5.2", "gulp-uglify": "^1.2.0", "gulp-util": "^3.0.4", "gulp-watch": "^4.2.4", "jshint": "^2.9.5", "jshint-stylish": "^2.2.1", "karma": "^1.7.1", "karma-chrome-launcher": "^0.2.0", "karma-coverage": "^1.1.1", "karma-firefox-launcher": "^0.1.6", "karma-mocha": "^1.3.0", "karma-phantomjs-launcher": "^1.0.4", "karma-safari-launcher": "^0.1.1", "merge-stream": "^0.1.7", "mocha": "^3.5.0", "phantomjs-prebuilt": "^2.1.15", "pretty-hrtime": "^1.0.0", "semver": "^4.1.0", "uglify-js": "^2.4.15", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.2.1" }, "repository": { "type": "git", "url": "git+https://github.com/smbolton/dagre-d3v4.git" }, "homepage": "https://github.com/smbolton/dagre-d3v4", "bugs": { "url": "https://github.com/smbolton/dagre-d3v4/issues" }, "main": "index.js" }