forked from segmentio/analytics-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 976 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
42
43
{
"name": "strong-analytics-node",
"repository": "git://github.com/strongloop-forks/strong-analytics-node",
"version": "3.0.3",
"description": "The hassle-free way to integrate analytics into any node application.",
"keywords": [
"analytics",
"segment.io",
"segmentio",
"client",
"driver"
],
"main": "lib/index.js",
"bin": {
"analytics": "bin/analytics"
},
"dependencies": {
"clone": "~0.1.17",
"commander": "^2.9.0",
"component-type": "~1.0.0",
"crypto-token": "^1.0.1",
"debug": "^2.2.0",
"join-component": "~1.0.0",
"lodash": "^4.17.11",
"superagent": "^4.1.0",
"superagent-retry": "^0.5.1"
},
"devDependencies": {
"async": "~0.9.0",
"brfs": "^1.3.0",
"express": "~3.4.8",
"http-proxy": "~1.11.1",
"mocha": "1.8.1",
"nsp": "^2.0.2"
},
"engines": {
"node": ">= 0.12.x"
},
"scripts": {
"test": "mocha --reporter spec --bail"
},
"license": "MIT"
}