{
  "name": "react-dnd-html5-backend",
  "version": "2.1.2",
  "description": "HTML5 backend for React DnD",
  "main": "lib/index.js",
  "scripts": {
    "clean": "rimraf lib",
    "build:lib": "babel src --out-dir lib",
    "build:umd": "webpack",
    "build": "npm run build:lib && npm run build:umd",
    "lint": "eslint .",
    "test": "mocha --compilers js:babel/register --recursive",
    "test:watch": "npm run test -- --watch",
    "prepublish": "npm run lint && npm run clean && npm run test && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gaearon/react-dnd-html5-backend.git"
  },
  "author": "Dan Abramov <dan.abramov@me.com> (http://github.com/gaearon)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gaearon/react-dnd-html5-backend/issues"
  },
  "homepage": "https://github.com/gaearon/react-dnd-html5-backend",
  "devDependencies": {
    "babel": "^5.8.23",
    "babel-eslint": "^4.1.3",
    "babel-loader": "^5.3.2",
    "eslint": "^1.6.0",
    "eslint-config-airbnb": "^0.1.0",
    "expect.js": "^0.3.1",
    "mocha": "^2.0.1",
    "rimraf": "^2.4.3",
    "webpack": "^1.12.2"
  },
  "dependencies": {
    "lodash": "^4.2.0"
  },
  "peerDependencies": {
    "react-dnd": "^2.0.0"
  }
}
