forked from reactjs/react-chartjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 868 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "react-chartjs",
"version": "0.7.3",
"description": "react charting components using the chartjs lib",
"main": "index.js",
"scripts": {
"test": "mocha",
"build": "webpack index.js dist/react-chartjs.js",
"dist": "COMPRESS=1 webpack index.js dist/react-chartjs.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jhudson8/react-chartjs"
},
"keywords": [
"react",
"react-component",
"chart",
"charts",
"graph",
"chartjs"
],
"author": "Joe Hudson",
"license": "MIT",
"bugs": {
"url": "https://github.com/jhudson8/react-chartjs/issues"
},
"homepage": "https://github.com/jhudson8/react-chartjs",
"peerDependencies": {
"react": "*",
"react-dom": "*",
"chart.js": "*"
},
"devDependencies": {
"uglify-js": "^2.4.16",
"webpack": "^1.4.14"
}
}