-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
44 lines (44 loc) · 921 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
39
40
41
42
43
44
{
"name": "eon-chart",
"version": "1.3.1",
"description": "C3 Realtime Charts with PubNub. Part of the EON Framework.",
"main": "eon-chart.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pubnub/eon-chart.git"
},
"keywords": [
"pubnub",
"d3",
"c3",
"charts",
"donut",
"graph",
"realtime",
"bar",
"series",
"stack"
],
"author": "Ian Jennings",
"license": "MIT",
"bugs": {
"url": "https://github.com/pubnub/eon-chart/issues"
},
"homepage": "https://github.com/pubnub/eon-chart#readme",
"dependencies": {
"c3": "^0.4.14",
"pubnub": "^4.12.0",
"visibilityjs": "^1.2.4"
},
"devDependencies": {
"webpack": "^3.1.0",
"style-loader": "^0.18.2",
"css-loader": "^0.28.4"
}
}