forked from mchristopher/PokemonGo-DesktopMap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 861 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
{
"name" : "pokemon-go-map",
"description": "Electron wrapper for PokemonGo-Map",
"author": "Mike Christopher",
"repository": "https://github.com/mchristopher/PokemonGo-DesktopMap",
"license": "MIT",
"version" : "0.1.7",
"main" : "main.js",
"scripts": {
"postinstall": "cd ./map/ && pip install -r requirements.txt",
"start": "electron main.js"
},
"dependencies": {
"request": "*",
"request-promise": "*",
"electron-prebuilt": "*",
"portfinder": "*",
"async": "^0.9.0",
"lock": "^0.1.2",
"node-uuid": "^1.4.3",
"xtend": "^4.0.1",
"cross-spawn": "*",
"open": "*",
"express": "*",
"express-http-proxy": "*"
},
"devDependencies": {
"electron-packager": "*",
"grunt-electron-installer": "*",
"grunt-electron": "*",
"load-grunt-tasks": "*",
"grunt": "*"
}
}