{
  "name": "react-svg-joystick",
  "version": "1.0.0",
  "description": "React SVG Joystick Component, Support click & tap",
  "main": "src/index.js",
  "scripts": {
    "build": "NODE_ENV=dev webpack",
    "production": "NODE_ENV=production webpack",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoyt-tian/joystick.git"
  },
  "keywords": [
    "joystick",
    "svg",
    "react"
  ],
  "author": "Tian Hao",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hoyt-tian/joystick/issues"
  },
  "homepage": "https://github.com/hoyt-tian/joystick#readme",
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-cli": "^6.24.1",
    "babel-core": "^6.24.1",
    "babel-loader": "^7.0.0",
    "babel-minify-webpack-plugin": "^0.3.1",
    "babel-plugin-import": "^1.7.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-polyfill": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-register": "^6.24.1",
    "clean-webpack-plugin": "^0.1.16",
    "css-loader": "^0.28.11",
    "html-webpack-plugin": "^2.28.0",
    "less": "^3.0.4",
    "less-loader": "^4.1.0",
    "prop-types": "^15.6.1",
    "react": "^16.4.0",
    "react-dom": "^16.4.0",
    "style-loader": "^0.21.0",
    "webpack": "^2.6.1",
    "webpack-clean-obsolete-chunks": "^0.1.9",
    "webpack-dev-server": "^2.4.5"
  }
}
