forked from bcbcarl/react-c3js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.21 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "react-billboard.js",
"version": "0.1.2",
"description": "React component for billboard.js",
"main": "react-billboard.js",
"files": [
"*.md",
"src",
"react-billboard.js"
],
"scripts": {
"clean": "make clean",
"build": "make build"
},
"repository": {
"type": "git",
"url": "https://github.com/my8bit/react-billboard.js"
},
"keywords": [
"react",
"react-component",
"component",
"billboard.js",
"chart",
"graph"
],
"author": "my8bit <mail@my8bit.name> (http://my8bit.name)",
"contributors": [{
"name": "Carl X. Su",
"email": "bcbcarl@gmail.com"
}],
"license": "MIT",
"bugs": {
"url": "https://github.com/my8bit/react-billboard.js/issues"
},
"homepage": "https://github.com/my8bit/react-billboard.js#readme",
"dependencies": {
"billboard.js": "1.0.1",
"@types/react": "^15.0.21",
"@types/react-dom": "^0.14.23",
"prop-types": "^15.5.4",
"react": "^15.5.3",
"react-dom": "^15.5.3"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-minify": "^0.2.0",
"babel-preset-react": "^6.24.1"
}
}