-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.81 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
{
"name": "@segment/analytics.js-integration-amplitude",
"description": "The Amplitude analytics.js integration.",
"version": "2.6.0",
"keywords": [
"analytics.js",
"analytics.js-integration",
"segment",
"amplitude"
],
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/segment-integrations/analytics.js-integration-amplitude.git"
},
"author": "Segment <friends@segment.com>",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/segment-integrations/analytics.js-integration-amplitude/issues"
},
"homepage": "https://github.com/segment-integrations/analytics.js-integration-amplitude#readme",
"dependencies": {
"@ndhoule/each": "^2.0.1",
"@segment/analytics.js-integration": "^2.1.0",
"@segment/top-domain": "^3.0.0",
"component-bind": "^1.0.0",
"do-when": "^1.0.0",
"is": "^3.2.1",
"segmentio-facade": "^3.2.1"
},
"devDependencies": {
"@segment/analytics.js-core": "^3.0.0",
"@segment/analytics.js-integration-tester": "^3.1.0",
"@segment/clear-env": "^2.0.0",
"@segment/eslint-config": "^3.1.1",
"browserify": "^13.0.0",
"browserify-istanbul": "^2.0.0",
"eslint": "^2.9.0",
"eslint-plugin-mocha": "^2.2.0",
"eslint-plugin-require-path-exists": "^1.1.5",
"istanbul": "^0.4.3",
"karma": "1.3.0",
"karma-browserify": "^5.0.4",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-junit-reporter": "^1.0.0",
"karma-mocha": "1.0.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.26",
"mocha": "^2.2.5",
"npm-check": "^5.2.1",
"phantomjs-prebuilt": "^2.1.7",
"sinon": "^3.2.1",
"watchify": "^3.7.0"
}
}