{
  "_args": [
    [
      {
        "raw": "gabergg/react-scene-graph",
        "scope": null,
        "escapedName": null,
        "name": null,
        "rawSpec": "gabergg/react-scene-graph",
        "spec": "github:gabergg/react-scene-graph",
        "type": "hosted",
        "hosted": {
          "type": "github",
          "ssh": "git@github.com:gabergg/react-scene-graph.git",
          "sshUrl": "git+ssh://git@github.com/gabergg/react-scene-graph.git",
          "httpsUrl": "git+https://github.com/gabergg/react-scene-graph.git",
          "gitUrl": "git://github.com/gabergg/react-scene-graph.git",
          "shortcut": "github:gabergg/react-scene-graph",
          "directUrl": "https://raw.githubusercontent.com/gabergg/react-scene-graph/master/package.json"
        }
      },
      "/Users/gabe/Code/yops"
    ]
  ],
  "_from": "gabergg/react-scene-graph",
  "_id": "react-scene-graph@0.0.5",
  "_inCache": true,
  "_installable": true,
  "_location": "/react-scene-graph",
  "_phantomChildren": {},
  "_requested": {
    "raw": "gabergg/react-scene-graph",
    "scope": null,
    "escapedName": null,
    "name": null,
    "rawSpec": "gabergg/react-scene-graph",
    "spec": "github:gabergg/react-scene-graph",
    "type": "hosted",
    "hosted": {
      "type": "github",
      "ssh": "git@github.com:gabergg/react-scene-graph.git",
      "sshUrl": "git+ssh://git@github.com/gabergg/react-scene-graph.git",
      "httpsUrl": "git+https://github.com/gabergg/react-scene-graph.git",
      "gitUrl": "git://github.com/gabergg/react-scene-graph.git",
      "shortcut": "github:gabergg/react-scene-graph",
      "directUrl": "https://raw.githubusercontent.com/gabergg/react-scene-graph/master/package.json"
    }
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "git://github.com/gabergg/react-scene-graph.git#0664d0954f9f5de33ffc272bfe73ae7e9eee0063",
  "_shasum": "30fcbf7354e1347b2a42235c003f7abb2d52510f",
  "_shrinkwrap": null,
  "_spec": "gabergg/react-scene-graph",
  "_where": "/Users/gabe/Code/yops",
  "author": {
    "name": "Gabe G'Sell"
  },
  "babel": {
    "presets": [
      "react",
      "es2015",
      "stage-1"
    ],
    "plugins": [
      "transform-runtime"
    ]
  },
  "bugs": {
    "url": "https://github.com/gabergg/react-scene-graph/issues"
  },
  "dependencies": {
    "lodash": "^4.15.0",
    "react-dnd": "^2.1.4",
    "react-dnd-html5-backend": "^2.1.2"
  },
  "description": "An npm package for building dynamic graphs in ReactJS",
  "devDependencies": {
    "assets-webpack-plugin": "^3.4.0",
    "babel-core": "^6.11.4",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-runtime": "^6.9.0",
    "babel-polyfill": "^6.9.1",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.11.1",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.9.0",
    "babel-runtime": "^6.9.2",
    "browser-sync": "^2.13.0",
    "connect-history-api-fallback": "^1.2.0",
    "del": "^2.2.1",
    "ejs": "^2.4.2",
    "react": "^15.2.1",
    "react-dom": "^15.2.1",
    "react-hot-loader": "^3.0.0-beta.2",
    "webpack": "^1.13.1",
    "webpack-dev-middleware": "^1.6.1",
    "webpack-hot-middleware": "^2.12.1"
  },
  "engines": {
    "node": ">=5",
    "npm": ">=3.8"
  },
  "gitHead": "0664d0954f9f5de33ffc272bfe73ae7e9eee0063",
  "homepage": "https://github.com/gabergg/react-scene-graph#readme",
  "keywords": [
    "graph",
    "react",
    "network",
    "node",
    "screen",
    "drag",
    "draggable",
    "drop",
    "scene"
  ],
  "license": "MIT",
  "main": "public/main.js",
  "name": "react-scene-graph",
  "optionalDependencies": {},
  "peerDependencies": {
    "react": "^15.2.1",
    "react-dom": "^15.2.1"
  },
  "readme": "# Noodlegraph\n\nPackage for noodley-graphs\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gabergg/react-scene-graph.git"
  },
  "scripts": {
    "build": "node run build",
    "build:debug": "node run build --debug",
    "clean": "node run clean",
    "start": "node run"
  },
  "version": "0.0.5"
}
