forked from keen/keen-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
53 lines (53 loc) · 1.14 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
53
{
"name": "keen-js",
"description": "Keen IO JavaScript SDK",
"main": "./dist/keen.min.js",
"license": "MIT",
"authors": [
"Dustin Larimer <[email protected]>",
"Sean Dokko <[email protected]>",
"Jordan Klassen <[email protected]>",
"Josh Dzielak <[email protected]>",
"Ryan Spraetz <[email protected]>",
"Dan Kador <[email protected]>",
"Cory Watson <[email protected]>",
"Joshua Coats <[email protected]>",
"Micah Wolfe <[email protected]>",
"Tim Schiller <[email protected]>"
],
"keywords": [
"analytics",
"metrics",
"tracking",
"logging",
"stats",
"pageviews",
"keen",
"keen.io",
"keen-io"
],
"homepage": "https://github.com/keen/keen-js",
"repository": {
"type": "git",
"url": "https://github.com/keen/keen-js.git"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"docs",
"src",
"test",
"gulpfile.js",
"karma.conf.js",
".npmignore",
"*.json",
"*.md",
"*.yml"
],
"devDependencies": {
"mocha": "~1.18.2",
"requirejs-bower": "2.1.14",
"sinon-1.12.1": "http://sinonjs.org/releases/sinon-1.12.1.js"
}
}