-
Notifications
You must be signed in to change notification settings - Fork 48
/
bower.json
52 lines (52 loc) · 1.08 KB
/
bower.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": "keen-dataviz",
"description": "Data Visualization SDK for Keen IO",
"main": [
"dist/keen-dataviz.js",
"dist/keen-dataviz.css"
],
"authors": [
"Dustin Larimer <[email protected]> (https://github.com/dustinlarimer)",
"Joanne Cheng <[email protected]> (https://github.com/joannecheng)",
"Eric Anderson <[email protected]> (https://github.com/aroc)",
"Joe Wegner <[email protected]> (https://github.com/josephwegner)",
"Sara Falkoff <[email protected] (https://github.com/sfalkoff)"
],
"license": "MIT",
"homepage": "https://github.com/keen/keen-dataviz.js",
"keywords": [
"analytics",
"metrics",
"tracking",
"logging",
"stats",
"pageviews",
"keen",
"keen.io",
"keen-io",
"data visualization",
"dataviz",
"visualization",
"charting",
"charts"
],
"moduleType": [
"amd",
"globals",
"node"
],
"ignore": [
"**/.*",
"docs",
"node_modules",
"test",
"tests",
"gulpfile.js",
"config-karma.js",
"config-sauce.js",
".npmignore",
"*.json",
"*.md",
"*.yml"
]
}