forked from keen/explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
42 lines (42 loc) · 776 Bytes
/
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
{
"name": "keen-explorer",
"description": "Data Explorer by Keen IO",
"license": "MIT",
"authors": [
"Eric Anderson <[email protected]>",
"Joanne Cheng <[email protected]>",
"Joe Wegner <[email protected]>",
"Dustin Larimer <[email protected]>"
],
"keywords": [
"analytics",
"metrics",
"stats",
"data visualization",
"visualization",
"keen",
"keen.io",
"keen-io"
],
"homepage": "http://keen.github.io/explorer/",
"repository": {
"type": "git",
"url": "https://github.com/keen/explorer.git"
},
"ignore": [
"**/.*",
"client",
"demo",
"node_modules",
"test",
"gulpfile.js",
".DS_Store",
".git*",
".npmignore",
".pairs",
".tmp*",
"*.json",
"*.md",
"*.yml"
],
}