{
  "name": "dnd-core",
  "version": "2.5.4",
  "description": "Drag and drop sans the GUI",
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "scripts": {
    "clean": "../../node_modules/.bin/rimraf lib",
    "build": "../../node_modules/.bin/babel src --out-dir lib",
    "test": "../../node_modules/.bin/npm-run-all clean build",
    "prepublish": "npm run test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/react-dnd/react-dnd.git"
  },
  "dependencies": {
    "asap": "^2.0.6",
    "invariant": "^2.0.0",
    "lodash": "^4.2.0",
    "redux": "^3.7.1"
  }
}
