forked from snowplow/snowplow-javascript-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.18 KB
/
package.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
{
"name": "snowplow-tracker",
"version": "2.8.2",
"dependencies": {
"browser-cookie-lite": "0.3.1",
"jstimezonedetect": "1.0.5",
"lodash": "3.10.1",
"snowplow-tracker-core": "0.5.0",
"murmurhash": "0.0.2",
"uuid": "2.0.3",
"sha1": "git://github.com/pvorb/node-sha1.git#v1.0.0"
},
"devDependencies": {
"js-base64": "2.1.9",
"JSON": "1.0.0",
"grunt": "0.4.5",
"grunt-browserify": "5.0.0",
"grunt-contrib-concat": "0.5.1",
"grunt-lodash": "0.5.1",
"grunt-aws": "0.6.2",
"grunt-yui-compressor": "git://github.com/snowplow/grunt-yui-compressor.git#0.4.0",
"intern": "3.3.2",
"lodash-cli": "3.10.1",
"semver": "2.2.1"
},
"contributors": [
"Alex Dean",
"Simon Andersson",
"Anthon Pang",
"Fred Blundun",
"Joshua Beemster"
],
"description": "JavaScript tracker for Snowplow",
"repository": {
"type": "git",
"url": "https://github.com/snowplow/snowplow-javascript-tracker.git"
},
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
"keywords": [
"tracking",
"web analytics",
"events",
"open source"
],
"license": "Simplified BSD",
"private": true
}