-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 869 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
{
"name": "auto-sniper",
"version": "0.1.0",
"description": "Auto snipe rare pokemons from pokesnipers.com",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LASkuma/autoSniper.git"
},
"author": "LASkuma",
"license": "ISC",
"bugs": {
"url": "https://github.com/LASkuma/autoSniper/issues"
},
"homepage": "https://github.com/LASkuma/autoSniper#readme",
"dependencies": {
"babel-register": "^6.11.6",
"bluebird": "^3.4.1",
"minimist": "^1.2.0",
"node-geocoder": "^3.14.0",
"pokemon-go-node-api": "git+https://github.com/LASkuma/Pokemon-GO-node-api.git",
"request": "^2.74.0"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-preset-es2015": "^6.13.2",
"forever": "^0.15.2"
}
}