This repository has been archived by the owner on Nov 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
99 lines (99 loc) · 2.78 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "@segment/analytics.js-integration-segmentio",
"description": "The Segmentio analytics.js integration.",
"version": "4.2.1",
"keywords": [
"analytics.js",
"analytics.js-integration",
"segment",
"segmentio"
],
"main": "lib/index.js",
"scripts": {
"test": "make test",
"np": "np --no-publish",
"cz": "git-cz",
"commitmsg": "commitlint -E GIT_PARAMS"
},
"repository": {
"type": "git",
"url": "git+https://github.com/segment-integrations/analytics.js-integration-segmentio.git"
},
"author": "Segment <[email protected]>",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/segment-integrations/analytics.js-integration-segmentio/issues"
},
"homepage": "https://github.com/segment-integrations/analytics.js-integration-segmentio#readme",
"dependencies": {
"@ndhoule/extend": "^2.0.0",
"@ndhoule/keys": "^2.0.0",
"@segment/ad-params": "^1.0.0",
"@segment/analytics.js-integration": "^2.1.0",
"@segment/localstorage-retry": "^1.2.2",
"@segment/protocol": "^1.0.0",
"@segment/send-json": "^3.0.0",
"@segment/top-domain": "^3.0.0",
"@segment/utm-params": "^2.0.0",
"component-clone": "^0.2.2",
"component-cookie": "^1.1.2",
"component-type": "^1.2.1",
"json3": "^3.3.2",
"uuid": "^2.0.2",
"yields-store": "^1.0.2"
},
"devDependencies": {
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"@segment/analytics.js-core": "^3.8.0",
"@segment/analytics.js-integration-tester": "^2.0.0",
"@segment/clear-env": "^2.0.0",
"@segment/eslint-config": "^3.1.1",
"browserify": "^13.0.0",
"browserify-istanbul": "^2.0.0",
"codecov": "^3.5.0",
"commitizen": "^3.1.1",
"commitlint-circle": "^1.0.0",
"cz-conventional-changelog": "^2.1.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",
"lolex": "^2.7.1",
"mocha": "^2.2.5",
"np": "^3.0.4",
"npm-check": "^5.2.1",
"phantomjs-prebuilt": "^2.1.7",
"proclaim": "^3.4.1",
"sinon": "^1.17.4",
"snyk": "^1.177.0",
"watchify": "^3.7.0"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"linters": {
"*.{js,json,md}": [
"prettier-eslint --write",
"git add"
]
}
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}