react-gauge-capacity
Version:
A React JS gauge component
38 lines (37 loc) • 903 B
JSON
{
"name": "react-gauge-capacity",
"version": "2.0.1",
"description": "A React JS gauge component",
"main": "lib/react-gauge.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gurpreets/react-gauge-capacity.git"
},
"keywords": [
"React.js",
"React",
"svg",
"gauge",
"component",
"react-component",
"measure",
"capacity",
"gauge meter"
],
"author": "Gurpreet Singh<gsingh@covalience.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gurpreets/react-gauge-capacity/issues"
},
"homepage": "https://github.com/Gurpreets/react-gauge-capacity#readme",
"devDependencies": {
"react": "15.4.2"
},
"dependencies": {
"create-react-class": "^15.7.0",
"prop-types": "^15.7.2"
}
}