-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.42 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
{
"name": "@asayerio/analytics.js-integration-asayer",
"description": "The Asayer analytics.js integration.",
"version": "2.0.1",
"keywords": [
"analytics.js",
"analytics.js-integration",
"segment",
"asayer"
],
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asayerio/analytics.js-integration-asayer.git"
},
"author": "Alex Tsokurov",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/asayerio/analytics.js-integration-asayer/issues"
},
"homepage": "https://github.com/asayerio/analytics.js-integration-asayer#readme",
"dependencies": {
"@segment/analytics.js-integration": "^3.2.0",
"extend": "^3.0.2"
},
"devDependencies": {
"@segment/analytics.js-core": "^3.8.2",
"@segment/analytics.js-integration-tester": "^3.1.1",
"@segment/clear-env": "^2.1.1",
"browserify": "^16.2.3",
"browserify-istanbul": "^3.0.1",
"karma": "^4.1.0",
"karma-browserify": "^6.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-junit-reporter": "^1.2.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sauce-launcher": "^2.0.2",
"karma-spec-reporter": "0.0.32",
"mocha": "^6.1.4",
"standard": "^12.0.1",
"watchify": "^3.11.1"
},
"standard": {
"env": [
"mocha"
]
}
}