{
  "name": "@kesplus/dagre",
  "version": "1.1.3",
  "description": "Graph layout for JavaScript",
  "author": "Chris Pettitt <cpettitt@gmail.com>",
  "contributors": [
    "Matthew Dahl (https://github.com/sandersky)"
  ],
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "lint": "make lint",
    "test": "make test"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "dist/",
    "lib/"
  ],
  "types": "index.d.ts",
  "keywords": [
    "graph",
    "layout"
  ],
  "dependencies": {
    "@dagrejs/graphlib": "2.2.2"
  },
  "devDependencies": {
    "benchmark": "2.1.4",
    "browserify": "17.0.0",
    "chai": "4.3.6",
    "jshint": "2.13.5",
    "jshint-stylish": "2.2.1",
    "karma": "6.4.1",
    "karma-chrome-launcher": "3.1.1",
    "karma-mocha": "2.0.1",
    "karma-requirejs": "1.1.0",
    "karma-safari-launcher": "1.0.0",
    "mocha": "10.1.0",
    "nyc": "^15.1.0",
    "requirejs": "2.3.6",
    "semver": "7.5.2",
    "sprintf": "0.1.5",
    "uglify-js": "3.17.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dagrejs/dagre.git"
  }
}
