forked from pubnub/eon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
50 lines (50 loc) · 839 Bytes
/
Copy pathbower.json
File metadata and controls
50 lines (50 loc) · 839 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
44
45
46
47
48
49
50
{
"name": "EON",
"version": "0.0.9",
"homepage": "https://github.com/pubnub/eon",
"authors": [
"Ian Jennings <ian@meetjennings.com>"
],
"description": "EON Realtime Dashboard Library",
"main": [
"/lib/eon.js",
"/lib/eon.css"
],
"keywords": [
"realtime",
"dashboard",
"charts",
"maps",
"pubnub",
"time",
"series",
"marker",
"donut",
"graph",
"gauge",
"line",
"chart",
"bar",
"chart",
"for",
"sure"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"pubnub": "3.7.8",
"eon-map": "0.2.8",
"c3": "https://github.com/diesburgm/c3.git#~0.4.10",
"eon-chart": "0.4.6"
},
"resolutions": {
"c3": "~0.4.10",
"d3": "~3.5.5"
}
}