{ "name": "react-circular-progressbar", "version": "0.5.0", "description": "A circular progress indicator component", "author": "Kevin Qi ", "main": "./build/index.js", "repository": "https://github.com/iqnivek/react-circular-progressbar.git", "license": "MIT", "keywords": [ "progressbar", "react", "react-component", "svg" ], "scripts": { "build": "NODE_ENV=production webpack && npm run build:demo", "build:demo": "NODE_ENV=demo webpack && cp ./src/styles.css ./docs/styles.css", "clean": "rimraf build", "lint": "eslint src test", "prepare": "npm run clean && npm run build", "test": "mocha --compilers js:babel-register --recursive --require ./test/setup.js", "test:watch": "npm test -- --watch", "start": "webpack-dev-server --progress --inline" }, "devDependencies": { "babel-core": "^6.3.15", "babel-eslint": "^7.2.3", "babel-loader": "^7.0.0", "babel-preset-env": "^1.6.0", "babel-preset-react": "^6.3.13", "babel-register": "^6.8.0", "chai": "^3.5.0", "enzyme": "^2.3.0", "eslint": "^3.11.0", "eslint-config-airbnb": "^14.1.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^4.0.0", "eslint-plugin-react": "^6.0.0", "jsdom": "^9.0.0", "mocha": "^3.3.0", "react": "^15.4.0", "react-addons-test-utils": "^15.0.2", "react-dom": "^15.4.0", "rimraf": "^2.3.4", "webpack": "^2.5.1", "webpack-dev-server": "^2.4.5" }, "dependencies": { "prop-types": "^15.5.10" }, "peerDependencies": { "react": "^0.14.0 || ^15.0.0 || ^16.0.0" } }