forked from pokemongo-dev-contrib/pokemongo-game-master
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 840 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
{
"name": "pokemongo-game-master",
"version": "2.0.0",
"description": "Collection of the decoded GAME_MASTER-protobuf files",
"main": "src/index.js",
"scripts": {
"test": "mocha test",
"start": "node 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": {
"chai": "^4.1.2",
"mocha": "^4.0.1",
"promise": "^8.0.1",
"hoek": "^5.0.3"
},
"dependencies": {
"fs-extra": "^7.0.0",
"mv": "^2.1.1",
"request": "^2.88.0"
}
}