{
  "name": "react-svg-draw",
  "version": "0.0.12",
  "description": "A React component for the SVG Elements.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wadeharshpreet/react-svg-draw.git"
  },
  "bujs": {
    "url": "https://github.com/wadeharshpreet/react-svg-draw/issues"
  },
  "main": "lib/index.js",
  "scripts": {
    "build": "babel src --out-dir lib",
    "docs": "jsdoc2md lib/* > api.md",
    "format": "prettier-eslint '{src,test}/**/*.js' --single-quote --no-semi es5 --write",
    "watch": "npm run watch-build",
    "watch-build": "npm run build -- --watch"
  },
  "keywords": [
    "react",
    "svg",
    "draw",
    "jsx",
    "react-component",
    "component"
  ],
  "author": "Arshpreet Wadehra <me@wadeharshpreet.com> (wadeharshpreet.com)",
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-core": "^6.26.3",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-2": "^6.5.0",
    "chai": "^3.2.0",
    "eslint": "^3.19.0",
    "eslint-plugin-nodeca": "^1.0.3",
    "eslint-plugin-react": "^6.10.3",
    "jsdoc-to-markdown": "^3.0.4",
    "jsdom": "^9.12.0",
    "mocha": "^3.2.0",
    "mocha-jsdom": "^1.2.0",
    "mocha-sinon": "^2.1.0",
    "prettier-eslint": "^5.1.0",
    "prettier-eslint-cli": "^3.4.1",
    "react": "^15.0.1",
    "react-dom": "^15.0.1",
    "sinon": "^2.1.0",
    "sinon-chai": "^2.8.0"
  },
  "homepage": "https://github.com/wadehrarshpreet/react-svg-draw#readme",
  "engines": {
    "node": ">=0.10.0"
  },
  "peerDependencies": {
    "react": ">=0.13.0"
  },
  "dependencies": {
    "prop-types": "^15.6.2"
  },
  "bugs": {
    "url": "https://github.com/wadeharshpreet/react-svg-draw/issues"
  },
  "directories": {
    "lib": "lib"
  }
}
