react-component-circle-progress
Version:
a circle progress component of react
30 lines (29 loc) • 798 B
JSON
{
"name": "react-component-circle-progress",
"version": "0.0.2",
"description": "a circle progress component of react",
"main": "dist/bundle.js",
"files": [
"dist",
"lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"keywords": ["react", "circle", "progress", "circle-progress", "react-circle-progress", "react-component-circle-progress"],
"author": "alex",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^2.0.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"style-loader": "^0.23.1",
"webpack": "^3.10.0",
"webpack-node-externals": "^1.6.0"
}
}