forked from maierfelix/POGOserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 979 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
{
"name": "POGOServer",
"version": "0.5.6",
"description": "",
"repository": {
"type": "git",
"url": "git://github.com/maierfelix/POGOServer.git"
},
"scripts": {
"test": "echo \"Error: no test specified\"",
"babel-node": "babel-node --presets=es2015",
"boot": "npm run babel-node -- ./src/index.js"
},
"engines": {
"node": ">= 6.x",
"npm": ">= 3.x"
},
"author": "Felix Maier",
"license": "GNU GPL v3",
"dependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.13.1",
"babel-preset-stage-0": "^6.5.0",
"fs-extra": "^0.30.0",
"jwt-decode": "^2.1.0",
"mysql": "^2.11.1",
"node-pogo-protos": "^1.4.0",
"pcrypt": "git+https://github.com/laverdet/pcrypt.git",
"pngjs": "^3.0.0",
"pogo-asset-downloader": "^0.3.1",
"pokerare": "^0.1.1",
"pokemongo-protobuf": "^1.11.0",
"prompt": "^1.0.0",
"s2-geometry": "^1.2.9",
"url": "^0.11.0"
},
"devDependencies": {}
}