-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.44 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "node-pogo-mitm",
"version": "2.2.0",
"description": "",
"main": "bin/index.js",
"author": "niico",
"license": "MIT",
"engines": {
"node": ">=7.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pogosandbox/node-pogo-mitm.git"
},
"dependencies": {
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"cookie-session": "^2.0.0-beta.3",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"geolib": "^2.0.24",
"http-mitm-proxy": "github:joeferner/node-http-mitm-proxy",
"https-proxy-agent": "^2.2.1",
"js-yaml": "^3.12.0",
"json2csv": "^3.11.5",
"jszip": "^3.1.5",
"lodash": "^4.17.10",
"long": "^4.0.0",
"moment": "^2.22.2",
"mustachio": "^1.0.1",
"mz": "^2.7.0",
"node-pogo-protos-vnext": "^2.25.0",
"passport": "^0.4.0",
"passport-github2": "^0.1.11",
"pcrypt": "github:laverdet/pcrypt",
"protobufjs": "^6.8.6",
"raw-body": "^2.3.3",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"winston": "^2.4.3"
},
"devDependencies": {
"@types/bluebird": "^3.5.20",
"@types/bytebuffer": "^5.0.37",
"@types/express": "^4.16.0",
"@types/fs-promise": "^1.0.3",
"@types/lodash": "^4.14.110",
"@types/long": "^3.0.32",
"@types/node": "^9.6.22",
"@types/passport": "^0.4.5",
"@types/request-promise": "^4.1.41",
"@types/winston": "^2.3.9",
"tslint": "^5.10.0",
"typescript": "^2.9.2"
}
}