{
  "name": "graph-relation",
  "version": "1.1.1",
  "description": "",
  "main": "./dist/index.js",
  "scripts": {
    "start": "webpack --watch",
    "b": "webpack",
    "build": "webpack"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.5",
    "babel-minify-webpack-plugin": "^0.3.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "html-webpack-plugin": "^3.2.0",
    "webpack": "^4.16.5",
    "webpack-cli": "^3.1.0",
    "webpack-dev-server": "^3.1.5",
    "zrender": "^3.7.4"
  },
  "dependencies": {
    "d3-force": "^1.1.0",
    "lodash": "^4.17.10",
    "zrender": "^3.7.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lihhhh/graph-relation"
  },
  "keywords": [
    "canvas",
    "graph"
  ]
}
