forked from rastapasta/pokemon-go-mitm
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 939 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
{
"name": "pokemon-go-mitm",
"version": "2.1.0",
"description": "Pokemon Go MITM proxy",
"main": "index.js",
"scripts": {
"start": "coffee example.logTraffic.coffee",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rastapasta/pokemon-go-mitm-node.git"
},
"author": "Michael Strassburger <codepoet@cpan.org>",
"license": "MIT",
"dependencies": {
"bluebird": "^3.4.1",
"change-case": "^3.0.0",
"coffee-script": "^1.10.0",
"http-mitm-proxy": "git+https://github.com/joeferner/node-http-mitm-proxy.git",
"lodash": "^4.13.1",
"node-forge": "^0.6.38",
"pokemongo-protobuf": "^1.12.0",
"raw-body": "^2.1.7",
"request": "^2.73.0",
"request-promise": "^4.0.2"
},
"devDependencies": {
"geodesy": "^1.1.0",
"moment": "^2.14.1",
"pcrypt": "git+https://github.com/laverdet/pcrypt.git"
}
}