{
  "name": "react-dnd-mouse-backend",
  "version": "0.1.2",
  "description": "A lightweight attempt for solving the whole HTML5 DnD - svg tags compability issue",
  "main": "lib/index.js",
  "scripts": {
    "lint": "node node_modules/eslint/bin/eslint.js .",
    "clean": "rimraf lib",
    "build:lib": "node node_modules/babel-cli/bin/babel.js --presets es2015 src --out-dir lib",
    "build:umd": "node node_modules/webpack/bin/webpack.js",
    "build": "npm run build:lib && npm run build:umd",
    "prepublish": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zyzo/react-dnd-mouse-backend.git"
  },
  "keywords": [
    "react",
    "mouse",
    "dragndrop",
    "svg"
  ],
  "author": "danghaian168@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zyzo/react-dnd-mouse-backend/issues"
  },
  "homepage": "https://github.com/zyzo/react-dnd-mouse-backend#readme",
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-cli": "^6.6.5",
    "babel-eslint": "^5.0.0",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.6.0",
    "eslint": "~2.2.0",
    "eslint-plugin-react": "^4.2.0",
    "react": "^0.14.7",
    "react-redux": "^4.4.1",
    "redux": "^3.3.1",
    "webpack": "^1.12.14"
  }
}
