forked from keen/keen-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
54 lines (54 loc) · 1.2 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
54
{
"name": "keen-js",
"description": "Keen IO JavaScript SDK",
"main": "./dist/keen.min.js",
"license": "MIT",
"authors": [
"Dustin Larimer <dustin@keen.io>",
"André Luis Leal Cardoso Junior <andrehjr@gmail.com>",
"Sean Dokko <sean@keen.io>",
"Jordan Klassen <forivall@gmail.com>",
"Josh Dzielak <josh@keen.io>",
"Ryan Spraetz <ryan@keen.io>",
"Dan Kador <dan@keen.io>",
"Cory Watson <github@onemogin.com>",
"Joshua Coats <joshua@keen.io>",
"Micah Wolfe <micah@keen.io>",
"Tim Schiller <timothy.schiller@gmail.com>"
],
"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"
}
}