forked from houjiazong/react-chartjs2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1020 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1020 Bytes
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
39
40
41
42
43
{
"name": "react-chartjs2",
"version": "0.2.0",
"description": "React component for Chart.js",
"main": "./lib/index.js",
"scripts": {
"build": "webpack",
"uglify": "UGLIFY=true webpack",
"prepublish": "babel ./src --out-dir ./lib"
},
"repository": {
"type": "git",
"url": "git@github.com:topdmc/react-chartjs2.git"
},
"keywords": [
"react",
"react-component",
"chart",
"chartjs",
"babel",
"es6"
],
"author": "houjiazong <houjiazong@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/topdmc/react-chartjs2/issues"
},
"homepage": "https://github.com/topdmc/react-chartjs2",
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"webpack": "^1.12.14"
},
"dependencies": {
"chart.js": "^2.0.2",
"react": "^15.0.2",
"react-dom": "^15.0.2"
}
}