rechart
Version:
A react wrapper around chartjs 2.0
49 lines (48 loc) • 1.02 kB
JSON
{
"name": "rechart",
"version": "0.0.1",
"description": "A react wrapper around chartjs 2.0",
"main": "lib/index",
"repository": {
"type": "git",
"url": "https://github.com/Nick011/ReChart.git"
},
"dependencies": {
"invariant": "^2.1.2",
"lodash": "^3.10.1",
"react": "^0.14.1",
"react-dom": "^0.14.1"
},
"devDependencies": {
"browserify": "^12.0.1",
"coffee-reactify": "^4.0.0",
"coffee-script": "^1.10.0",
"exorcist": "^0.4.0",
"gulp": "^3.9.0",
"gulp-cjsx": "^3.0.0",
"gulp-coffee": "^2.3.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.7",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0",
"watchify": "^3.5.0"
},
"scripts": {
"build": "gulp build",
"test": "gulp test",
"prepublish": "gulp build"
},
"tags": [
"react",
"chartjs"
],
"keywords": [
"react",
"chartjs",
"chart",
"graph"
],
"author": "Nick Hagianis",
"license": "ISC"
}