-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 845 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
{
"name": "pokemon-go-node-api",
"version": "1.2.5",
"description": "Pokemon GO node.js module",
"author": "Derek M.F. P",
"license": "MIT",
"main": "poke.io.js",
"dependencies": {
"events": "^1.1.1",
"geocoder": "^0.2.2",
"gpsoauthnode": "^0.0.5",
"istanbul": "^0.4.4",
"protobufjs": "^5.0.1",
"request": "^2.73.0",
"s2geometry-node": "^1.3.0",
"tape": "^4.6.0",
"long": "^3.2.0",
"node-pogo-signature": "https://github.com/SpencerSharkey/node-pogo-signature.git"
},
"devDependencies": {},
"scripts": {
"test": "istanbul cover node_modules/tape/bin/tape tests/**/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/d-pollard/Pokemon-GO-node-api"
},
"keywords": [
"pokemon",
"go",
"api",
"node",
"pokemon-go",
"niantic"
]
}