forked from keen/keen-tracking.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
42 lines (42 loc) · 761 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": "pc-tracking",
"main": "dist/pc-tracking.js",
"homepage": "https://github.com/tampajohn/pc-tracking.js",
"authors": [
"Dustin Larimer <[email protected]>",
"Joe Wegner <[email protected]>",
"Eric Anderson <[email protected]>",
"Alex Kleissner <[email protected]>"
],
"license": "MIT",
"keywords": [
"analytics",
"metrics",
"tracking",
"logging",
"stats",
"pageviews",
"pc",
"pc.io",
"pc-io"
],
"ignore": [
"**/.*",
"gulpfile.js",
"karma.conf.js",
".travis.yml",
".gitignore",
".npmignore",
"docs",
"lib",
"node_modules",
"test",
"bower_components"
],
"description": "Data Collection SDK for PC IO",
"moduleType": [
"amd",
"globals",
"node"
]
}