{
  "name": "@automsoft/react-dnd-touch-backend",
  "version": "0.3.14",
  "description": "Touch backend for react-dnd",
  "main": "dist/Touch.js",
  "scripts": {
    "lint": "eslint --quiet --cache . --ext .js --ext .jsx",
    "prepublish": "gulp dist",
    "test": "gulp clean lint",
    "dev": "gulp dev",
    "changelog": "gulp changelog"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AutomsoftIE/react-dnd-touch-backend.git"
  },
  "keywords": [
    "react",
    "drag",
    "drop",
    "touch",
    "react-dnd"
  ],
  "author": "Long Ho <holevietlong@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AutomsoftIE/react-dnd-touch-backend/issues"
  },
  "homepage": "https://github.com/AutomsoftIE/react-dnd-touch-backend#readme",
  "dependencies": {
    "react-dnd": "^2.4.0",
    "invariant": "^2.2.2"
  },
  "devDependencies": {
    "babel-core": "^6.25.0",
    "babel-eslint": "^7.2.3",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babelify": "^7.3.0",
    "browserify": "^14.4.0",
    "classnames": "^2.2.5",
    "del": "^3.0.0",
    "eslint": "^4.3.0",
    "eslint-plugin-react": "^7.1.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-changelog": "^1.0.0",
    "gulp-connect": "^5.0.0",
    "gulp-util": "^3.0.8",
    "immutable": "^3.8.1",
    "react": "^15.6.1",
    "react-addons-pure-render-mixin": "^15.6.0",
    "react-dom": "^15.6.1",
    "vinyl-source-stream": "^1.1.0",
    "watchify": "^3.9.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}
