forked from snowplow/snowplow-javascript-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 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
{
"name": "snowplow-tracker",
"version": "2.0.1",
"devDependencies": {
"grunt": "~0.4.2",
"intern": "~1.5.0",
"semver": "~2.2.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-yui-compressor": "git://github.com/fblundun/grunt-yui-compressor.git#feature/issue-8",
"grunt-invalidate-cloudfront": "~0.1.4",
"grunt-s3": "~0.2.0-alpha.3",
"murmurhash": "0.0.2",
"browserify": "~3.28.1",
"grunt-browserify": "~1.3.0",
"jstimezonedetect": "~1.0.5",
"JSON": "~1.0.0",
"sha1": "git://github.com/pvorb/node-sha1.git#v1.0.0",
"grunt-lodash": "~0.3.0",
"browser-cookie-lite": "~0.3.1"
},
"contributors": [
"Alex Dean",
"Simon Andersson",
"Anthon Pang",
"Fred Blundun"
],
"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"
}