forked from segmentio/analytics-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.13 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.13 KB
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
{
"name": "plainflow",
"version": "3.1.1-p1",
"description": "Plainflow SDK for your Node.js application",
"license": "MIT",
"repository": "plainflow-dcp/plainflow-node",
"author": {
"name": "Plainflow",
"email": "[email protected]",
"url": "plainflow.com"
},
"bin": {
"plainflow": "cli.js"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "standard && ava",
"prepublish": "npm run check-deps",
"check-deps": "nsp check"
},
"files": [
"index.js",
"cli.js"
],
"keywords": [
"analytics",
"stats",
"plainflow.com",
"plainflow",
"sdk",
"client",
"driver"
],
"dependencies": {
"@segment/loosely-validate-event": "^1.1.2",
"axios": "^0.16.2",
"axios-retry": "^3.0.1",
"commander": "^2.9.0",
"crypto-token": "^1.0.1",
"ms": "^2.0.0",
"remove-trailing-slash": "^0.1.0"
},
"devDependencies": {
"ava": "^0.21.0",
"basic-auth": "^2.0.0",
"body-parser": "^1.17.1",
"delay": "^2.0.0",
"express": "^4.15.2",
"nsp": "^2.6.3",
"pify": "^3.0.0",
"sinon": "^2.3.8",
"standard": "^9.0.1"
}
}