forked from snowplow/snowplow-javascript-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 872 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 872 Bytes
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
{
"name": "snowplow-tracker-core",
"version": "0.5.0",
"devDependencies": {
"grunt": "0.4.5",
"intern": "3.3.2",
"dts-generator": "^2.0.0",
"grunt-ts": "5.5.1",
"typescript": "2.2.2",
"@types/es6-shim": "0.31.34",
"@types/uuid": "^2.0.29"
},
"contributors": [
"Alex Dean",
"Simon Andersson",
"Fred Blundun"
],
"types": "./main.d.ts",
"description": "Core functionality for the Snowplow JavaScript trackers (browser JavaScript; Node.js; Segment.io server-side)",
"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": "Apache-2.0",
"dependencies": {
"uuid": "2.0.3"
}
}