-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpackage.json
41 lines (41 loc) · 997 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
40
41
{
"name": "segmentio-integrations",
"version": "0.1.16",
"description": "Segment.io server-side integrations",
"author": "Segment.io <[email protected]>",
"engines": {
"node": ">= 0.8"
},
"repository": "https://github.com/segmentio/integrations",
"main": "lib",
"scripts": {
"test": "mocha --reporter spec"
},
"dependencies": {
"request-retry": "0.0.1",
"is": "~0.2.6",
"clone": "~0.1.9",
"string-hash": "~1.1.0",
"ms": "~0.6.1",
"batch": "~0.4.0",
"debug": "~0.7.2",
"extend": "~1.1.3",
"lru-cache": "~2.3.0",
"unix-time": "~1.0.1",
"segmentio-integration": "0.1.0",
"new-date": "0.2.0",
"obj-case": "0.0.1",
"isostring": "0.0.1",
"segmentio-facade": "~0.1.2",
"convert-dates": "~0.1.0",
"isodate-traverse": "~0.1.0"
},
"devDependencies": {
"should": "~1.2.2",
"mocha": "*",
"express": "~3.2.6",
"supertest": "~0.7.0",
"segmentio-facade": "0.1.0",
"uid": "0.0.2"
}
}