{
  "name": "react-percentage-circle",
  "version": "1.1.3",
  "description": "React Percentage Circle",
  "main": "lib/ReactPercentageCircle.js",
  "author": "kenneth.jiang@gmail.com",
  "homepage": "https://github.com/kennethjiang/react-percentage-circle",
  "licenses": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/kennethjiang/react-percentage-circle.git"
  },
  "bugs": {
    "url": "https://github.com/kennethjiang/react-percentage-circle/issues"
  },
  "dependencies": {
    "object-assign": "4.x",
    "classnames": "^2.1.2"
  },
  "devDependencies": {
    "babel-eslint": "^4.1.3",
    "eslint": "^1.6.0",
    "eslint-plugin-react": "^3.5.1",
    "gulp": "^3.9.0",
    "gulp-header": "^1.2.2",
    "gulp-jshint": "^1.9.4",
    "gulp-plumber": "^1.0.0",
    "gulp-react": "^3.0.1",
    "gulp-rename": "^1.2.0",
    "gulp-streamify": "0.0.5",
    "gulp-uglify": "^1.1.0",
    "gulp-util": "^3.0.4",
    "webpack-stream": "^3.1.0",
    "react": "^0.14.0",
    "react-component-gulp-tasks": "^0.7.6",
    "react-dom": "^0.14.0"
  },
  "peerDependencies": {
    "react": "^0.14.0"
  },
  "browserify-shim": {
    "react": "global:React"
  },
  "scripts": {
    "build": "gulp clean && NODE_ENV=production gulp build",
    "examples": "gulp dev:server",
    "lint": "eslint ./; true",
    "publish:site": "NODE_ENV=production gulp publish:examples",
    "release": "NODE_ENV=production gulp release",
    "start": "gulp dev",
    "test": "echo \"no tests yet\" && exit 0",
    "watch": "gulp watch:lib"
  },
  "keywords": [
    "react",
    "react-component"
  ]
}
