{
  "_args": [
    [
      "react-dnd@2.6.0",
      "/Users/max/Documents/SPADE/minotaure/www/htdocs/content/plugins/minotaure"
    ]
  ],
  "_development": true,
  "_from": "react-dnd@2.6.0",
  "_id": "react-dnd@2.6.0",
  "_inBundle": false,
  "_integrity": "sha1-f6JWds+CfViokSk+PBq1naACVFo=",
  "_location": "/react-dnd",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-dnd@2.6.0",
    "name": "react-dnd",
    "escapedName": "react-dnd",
    "rawSpec": "2.6.0",
    "saveSpec": null,
    "fetchSpec": "2.6.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/react-dnd/-/react-dnd-2.6.0.tgz",
  "_spec": "2.6.0",
  "_where": "/Users/max/Documents/SPADE/minotaure/www/htdocs/content/plugins/minotaure",
  "bugs": {
    "url": "https://github.com/react-dnd/react-dnd/issues"
  },
  "dependencies": {
    "disposables": "^1.0.1",
    "dnd-core": "^2.6.0",
    "hoist-non-react-statics": "^2.1.0",
    "invariant": "^2.1.0",
    "lodash": "^4.2.0",
    "prop-types": "^15.5.10"
  },
  "description": "Drag and Drop for React",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-loader": "^7.1.1",
    "npm-run-all": "^4.1.2",
    "react": "^16.2.0",
    "rimraf": "^2.6.2",
    "webpack": "^3.1.0"
  },
  "homepage": "https://github.com/react-dnd/react-dnd#readme",
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "name": "react-dnd",
  "peerDependencies": {
    "react": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-dnd/react-dnd.git"
  },
  "scripts": {
    "babel": "babel src --out-dir lib",
    "build": "run-p bundle:* babel",
    "bundle:min": "webpack --output-filename=dist/ReactDnD.min.js --optimize-minimize",
    "bundle:unmin": "webpack --output-filename=dist/ReactDnD.js",
    "clean": "rimraf lib dist",
    "prepublish": "npm test",
    "test": "run-s clean build"
  },
  "version": "2.6.0"
}
