forked from cyraxx/pogobuf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 986 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": "pogobuf",
"version": "1.5.0",
"description": "Pokémon Go Client Library",
"main": "pogobuf/pogobuf.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cyraxx/pogobuf.git"
},
"keywords": [
"pokemon",
"pokemongo",
"pogo",
"api",
"niantic"
],
"author": "Andreas Reich (https://github.com/cyraxx)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cyraxx/pogobuf/issues"
},
"homepage": "https://github.com/cyraxx/pogobuf#readme",
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"bluebird": "^3.4.1",
"bluebird-retry": "^0.8.0",
"gpsoauthnode": "0.0.5",
"long": "^3.2.0",
"node-pogo-protos": "^1.2.0",
"node-pogo-signature": "^2.0.0",
"request": "^2.74.0",
"s2-geometry": "^1.2.7"
},
"devDependencies": {
"eslint": "^3.1.1",
"eslint-config-eslint": "^3.0.0"
}
}