pokemongo-game-master
Version:
Collection of the decoded GAME_MASTER-protobuf files
38 lines (37 loc) • 903 B
JSON
{
"name": "pokemongo-game-master",
"version": "2.1.2",
"description": "Collection of the decoded GAME_MASTER-protobuf files",
"main": "src/index.js",
"scripts": {
"test": "mocha test",
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BrunnerLivio/pokemongo-game-master.git"
},
"keywords": [
"pokemongo",
"game-master"
],
"author": "Livio Brunner",
"license": "MIT",
"bugs": {
"url": "https://github.com/BrunnerLivio/pokemongo-game-master/issues"
},
"homepage": "https://github.com/BrunnerLivio/pokemongo-game-master#readme",
"devDependencies": {
"@types/request": "^2.48.5",
"chai": "^4.2.0",
"hoek": "^6.1.3",
"mocha": "^6.2.3",
"promise": "^8.1.0"
},
"dependencies": {
"fs-extra": "^8.1.0",
"minimist": "^1.2.5",
"mv": "^2.1.1",
"request": "^2.88.2"
}
}