forked from marshally/integrations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "segmentio-integrations",
"version": "1.1.36",
"description": "Segment.io server-side integrations",
"author": "Segment.io <friends@segment.io>",
"engines": {
"node": ">= 0.8"
},
"repository": "https://github.com/segmentio/integrations",
"main": "./index",
"scripts": {
"test": "mocha --reporter spec"
},
"dependencies": {
"is": "~0.2.6",
"string-hash": "~1.1.0",
"ms": "~0.6.1",
"batch": "~0.5.0",
"extend": "~1.1.3",
"lru-cache": "~2.3.0",
"unix-time": "~1.0.1",
"segmentio-integration": "~1.2.0",
"ua-parser-js": "0.6.X",
"segmentio-facade": "~1.2.0",
"obj-case": "0.0.1",
"isostring": "0.0.1",
"convert-dates": "~0.1.0",
"isodate-traverse": "~0.3.0",
"date-math": "0.0.1",
"merge-util": "^0.1.0",
"segmentio-transform-legacy": "^2.0.0"
},
"devDependencies": {
"should": "~1.2.2",
"mocha": "*",
"express": "~3.2.6",
"uid": "0.0.2",
"make-lint": "~1.0.1",
"segmentio-integration-tester": "*"
}
}