github.com/mweagle/Sparta@v1.15.0/resources/describe/dagre-0.8.4/package.json (about) 1 { 2 "name": "dagre", 3 "version": "0.8.5-pre", 4 "description": "Graph layout for JavaScript", 5 "author": "Chris Pettitt <cpettitt@gmail.com>", 6 "contributors": [ 7 "Matthew Dahl (https://github.com/sandersky)" 8 ], 9 "license": "MIT", 10 "main": "index.js", 11 "keywords": [ 12 "graph", 13 "layout" 14 ], 15 "dependencies": { 16 "graphlib": "^2.1.7", 17 "lodash": "^4.17.11" 18 }, 19 "devDependencies": { 20 "benchmark": "^2.1.4", 21 "browserify": "^16.2.3", 22 "chai": "^4.1.2", 23 "eslint": "^5.13.0", 24 "istanbul": "^0.4.5", 25 "jshint": "^2.9.5", 26 "jshint-stylish": "^2.2.1", 27 "karma": "^4.1.0", 28 "karma-chrome-launcher": "^2.2.0", 29 "karma-firefox-launcher": "^1.1.0", 30 "karma-mocha": "^1.3.0", 31 "karma-phantomjs-launcher": "^1.0.4", 32 "karma-requirejs": "^1.1.0", 33 "karma-safari-launcher": "^1.0.0", 34 "mocha": "^6.1.4", 35 "phantomjs-prebuilt": "^2.1.16", 36 "requirejs": "^2.3.5", 37 "semver": "^5.4.1", 38 "sprintf": "^0.1.5", 39 "uglify-js": "^3.3.4" 40 }, 41 "repository": { 42 "type": "git", 43 "url": "https://github.com/dagrejs/dagre.git" 44 } 45 }