{
  "name": "webcola",
  "version": "3.4.0",
  "devDependencies": {
    "@types/d3": "^4.5.0",
    "@types/jquery": "^2.0.40",
    "@types/d3-shape": "^1.3.1",
    "async": "~0.6.2",
    "babel-preset-es2015": "^6.18.0",
    "babelify": "^7.3.0",
    "d3": "^4.5.0",
    "d3-zoom": "^1.1.4",
    "dts-generator": "^2.0.0",
    "fullscreen": "^1.1.0",
    "graphlib-dot": "^0.6.2",
    "grunt": "^1.0.4",
    "grunt-browserify": "^5.3.0",
    "grunt-contrib-connect": "^1.0.2",
    "grunt-contrib-copy": "^0.8.0",
    "grunt-contrib-qunit": "^1.2.0",
    "grunt-contrib-uglify": "^2.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-ts": "^6.0.0-beta.22",
    "grunt-typedoc": "^0.2.4",
    "grunt-umd": "~1.7.3",
    "jquery": "^3.4.1",
    "load-grunt-tasks": "~0.4.0",
    "qunit": "^2.9.2",
    "tsify": "^2.0.8",
    "typedoc": "^0.14.2",
    "typescript": "^3.4.5",
    "uglify-js": "^2.4.16"
  },
  "description": "WebCola =======",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "grunt full",
    "prepublish": "grunt ts:commonjs browserify:dist uglify"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tgdwyer/WebCola.git"
  },
  "keywords": [
    "Graph",
    "Layout",
    "Constraints",
    "Optimization"
  ],
  "author": "Tim Dwyer",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tgdwyer/WebCola/issues"
  },
  "homepage": "https://github.com/tgdwyer/WebCola",
  "dependencies": {
    "d3-dispatch": "^1.0.3",
    "d3-drag": "^1.0.4",
    "d3-timer": "^1.0.5",
    "d3-shape": "^1.3.5"
  }
}
