-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 987 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 987 Bytes
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
{
"name": "PokeBot",
"version": "2.0.0",
"description": "bot for messenger",
"main": "start.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"production": "forever stopall && forever start start.js",
"debug": "node start.js",
"start": "node start.js",
"ngrok": "ngrok http 8080",
"now-deploy": "now -e POKEBOT_TOKEN=@pokebot_token -e POKEBOT_VERIFY=@pokebot_verify -e POKEBOT_APP_SECRET=@pokebot_app_secret -e LOG_TOKEN=@log_token"
},
"keywords": [
"PokeBot",
"messenger",
"pokemon",
"bot"
],
"author": "Naramsim",
"license": "MIT",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"forever": "^0.15.2",
"intersect": "^1.0.1",
"memory-cache": "^0.1.6",
"messenger-bot": "^2.4.0",
"ngrok": "^2.2.2",
"node-wit": "^4.0.0",
"now-logs": "0.0.7",
"pokemon-go-iv-calculator": "^0.3.2",
"request": "^2.74.0",
"request-promise": "^4.1.0"
}
}