{
  "name": "react-vis-network-graph",
  "version": "3.0.1",
  "description": "A react component to render nice graphs using vis.js",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "babel -d lib/ src/",
    "watch": "babel --watch -d lib/ src/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/crubier/react-graph-vis.git"
  },
  "keywords": [
    "react-component",
    "react",
    "graph",
    "network",
    "jsx"
  ],
  "author": "Carter Hesterman <hestermancarter@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "lodash": "^4.17.15",
    "prop-types": "^15.5.10",
    "react": "16.x.x",
    "uuid": "^2.0.1",
    "vis-data": "^6.5.1",
    "vis-network": "^7.6.4"
  },
  "devDependencies": {
    "babel-cli": "^6.22.2",
    "babel-preset-env": "^1.1.8",
    "babel-preset-stage-3": "^6.22.0"
  }
}
