-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.88 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@attribution/analytics.js-integration-attribution",
"description": "The Attribution analytics.js integration.",
"version": "1.0.0",
"keywords": [
"analytics.js",
"analytics.js-integration",
"attribution"
],
"main": "lib/index.js",
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/attribution/analytics.js-integration-attribution.git"
},
"author": "Attribution <[email protected]>",
"license": "MIT",
"homepage": "https://attributionapp.com",
"dependencies": {
"@ndhoule/after": "^1.0.0",
"@ndhoule/extend": "^2.0.0",
"@ndhoule/keys": "^2.0.0",
"@segment/analytics.js-integration": "^3.3.3",
"@segment/localstorage-retry": "^1.3.0",
"@segment/protocol": "^1.0.0",
"@segment/send-json": "^4.0.2",
"@segment/top-domain": "^3.0.1",
"component-clone": "^0.2.2",
"component-cookie": "^1.1.5",
"component-type": "^1.2.1",
"json3": "^3.3.2",
"uuid": "^8.3.2",
"yields-store": "^1.0.2"
},
"devDependencies": {
"@segment/analytics.js-core": "4.1.11",
"@segment/analytics.js-integration-tester": "^3.1.1",
"@segment/clear-env": "^2.0.0",
"browserify": "^17.0.0",
"browserify-package-json": "^1.0.1",
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-prettier": "^3.4.0",
"karma": "^6.3.4",
"karma-browserify": "^8.0.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sauce-launcher": "^4.3.6",
"karma-spec-reporter": "^0.0.32",
"karma-summary-reporter": "^2.0.2",
"mocha": "^9.0.2",
"prettier": "^2.3.2",
"proclaim": "^3.4.1",
"sinon": "^11.1.1",
"watchify": "^4.0.0"
}
}