forked from emilmork/react-rt-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.03 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
{
"name": "react-rt-chart",
"version": "1.1.4",
"description": "Real-time chart component for React using c3",
"main": "./dist/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec",
"prepublish": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/emilmork/react-rt-chart.git"
},
"keywords": [
"React",
"Real-time chart",
"chart",
"time-series chart",
"react",
"c3"
],
"author": "Emil Mork <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/emilmork/react-rt-chart/issues"
},
"homepage": "https://github.com/emilmork/react-rt-chart",
"devDependencies": {
"babel": "^5.8.23",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"chai": "^3.3.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.0",
"mocha": "^2.3.3",
"react": "^0.14.3",
"react-dom": "^0.14.3"
},
"dependencies": {
"babel-polyfill": "^6.2.0",
"c3": "^0.4.10",
"deepmerge": "^0.2.10"
}
}