{
  "name": "react-draggable-svg",
  "version": "0.0.3",
  "description": "A react component add drag events(onDragStart, onDrag...) for SVG elements(g, rect, circle...)",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "babel src -d ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/heineiuo/react-draggable-svg.git"
  },
  "keywords": ["svg", "dnd", "draggable"],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/heineiuo/react-draggable-svg/issues"
  },
  "homepage": "https://github.com/heineiuo/react-draggable-svg#readme",
  "files": [
    "index.js",
    "README.md"
  ],
  "devDependencies": {
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1"
  }
}
