forked from tomako/analytics.js-integration-anyhost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
component.json
31 lines (31 loc) · 1000 Bytes
/
component.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
{
"name": "analytics.js-integration-anyhost",
"repo": "tomako/analytics.js-integration-anyhost",
"description": "Integration for analytics.js - Allow to send analytics data to any host.",
"version": "1.0.7",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"component/clone": "0.1.0",
"component/cookie": "1.1.1",
"gjohnson/uuid": "0.0.1",
"satazor/SparkMD5": "1.0.0",
"segmentio/ad-params": "0.0.2",
"segmentio/analytics.js-integration": "^1.1.0",
"segmentio/extend": "0.0.1",
"segmentio/json": "1.0.0",
"segmentio/protocol": "0.0.2",
"segmentio/top-domain": "1.0.0",
"segmentio/utm-params": "1.0.2",
"segmentio/send-json": "2.0.0",
"yields/store": "1.0.2"
},
"development": {
"segmentio/assert": "^0.5.4",
"segmentio/type": "1.0.1",
"segmentio/analytics.js-core": "^2.12.0",
"segmentio/analytics.js-integration-tester": "^1.5.4",
"segmentio/clear-env": "0.2.x",
"segmentio/spy": "0.3.0"
}
}