-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 992 Bytes
/
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
{
"name": "@segment/integration-klaviyo",
"version": "1.4.2",
"description": "Klaviyo server-side integration",
"author": "Segment <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/segmentio/integration-klaviyo"
},
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"dependencies": {
"batch": "^0.5.2",
"extend": "^2.0.0",
"obj-case": "^0.2.0",
"reject": "0.0.1",
"segmentio-integration": "^5.1.0",
"unix-time": "^1.0.1"
},
"devDependencies": {
"@segment/eslint-config": "^3.4.0",
"eslint": "^2.13.1",
"eslint-plugin-mocha": "^2.2.0",
"eslint-plugin-react": "^4.3.0",
"eslint-plugin-require-path-exists": "^1.1.5",
"istanbul": "0.x",
"jscs": "1.x",
"merge-util": "^0.1.0",
"mocha": "2.x",
"ms": "0.x",
"segmentio-facade": "^3.x",
"segmentio-integration-tester": "^2.x",
"should": "^4.3.0",
"uid": "0.0.2",
"unix-time": "1.x"
}
}