{
  "name": "the-graph",
  "version": "0.13.1",
  "description": "flow-based programming graph editing",
  "author": "Forrest Oliphant, the Grid",
  "license": "MIT",
  "main": "index.js",
  "bin": {
    "the-graph-render": "./bin/the-graph-render"
  },
  "dependencies": {
    "@pleasetrythisathome/react.animate": "0.0.4",
    "create-react-class": "^15.6.2",
    "ease-component": "^1.0.0",
    "fbp-graph": "^0.4.0",
    "font-awesome": "^4.6.3",
    "hammerjs": "^2.0.8",
    "klayjs-noflo": "^0.3.1",
    "tv4": "^1.3.0",
    "yargs": "^10.0.3"
  },
  "devDependencies": {
    "bluebird": "^3.5.1",
    "browserify-css": "^0.14.0",
    "canvas-prebuilt": "^1.6.5-prerelease.1",
    "chai": "^4.1.2",
    "coffee-script": "^1.12.2",
    "coffeeify": "^2.0.1",
    "enzyme": "^3.2.0",
    "enzyme-adapter-react-15": "^1.0.5",
    "glob": "^7.0.6",
    "grunt": "~1.0.1",
    "grunt-browserify": "~5.0.0",
    "grunt-contrib-connect": "^1.0.2",
    "grunt-contrib-jshint": "~1.1.0",
    "grunt-contrib-watch": "~1.0.0",
    "grunt-exec": "~2.0.0",
    "grunt-mocha-test": "^0.13.3",
    "jest": "^21.2.1",
    "jest-enzyme": "^4.0.1",
    "jsjob": "^0.10.13",
    "mocha": "^4.1.0",
    "react": "^15.6.2",
    "react-dom": "^15.6.2",
    "react-test-renderer": "^15.6.2",
    "stylus": "~0.54.5"
  },
  "scripts": {
    "start": "grunt dev",
    "test": "grunt test",
    "build": "grunt build",
    "preversion": "grunt test",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/flowhub/the-graph.git"
  },
  "keywords": [
    "graph"
  ],
  "peerDependencies": {
    "react": "<16.0.0",
    "react-dom": "<16.0.0"
  },
  "jest": {
    "coveragePathIgnorePatterns": [
      "<rootDir>/node_modules/",
      "<rootDir>/dist/",
      "<rootDir>/jest-setup.js"
    ],
    "setupFiles": [
      "<rootDir>/jest-setup.js"
    ],
    "setupTestFrameworkScriptFile": "jest-enzyme"
  }
}
