forked from ParisiLabs/node-pokemap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1017 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1017 Bytes
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
{
"name": "pokemap-server",
"version": "1.3.5",
"description": "PokemonGo-Map APIs for node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coolaj86/node-pokemap.git"
},
"keywords": [
"pokestop",
"pokemon",
"pokemons",
"pokegym",
"gym",
"pokemongo",
"go"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://github.com/coolaj86/node-pokemap/issues"
},
"homepage": "https://github.com/coolaj86/node-pokemap#readme",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"jsonwebtoken": "^7.1.7",
"localhost.daplie.com-certificates": "^1.2.0",
"pokemon-go-node-api": "https://github.com/Daplie/Pokemon-GO-node-api.git#master",
"request": "^2.73.0",
"rsa-compat": "^1.1.2",
"tough-cookie-filestore": "0.0.1"
}
}