-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 879 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": "getting-started-with-bots",
"version": "1.0.0",
"description": "Repo for getting started with bots",
"main": "index.js",
"scripts": {
"start": "supervisor index.js",
"ngrok": "./node_modules/ngrok/bin/ngrok http 5000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scottlabs/getting-started-with-facebook-bots.git"
},
"keywords": [
"bots",
"facebook",
"hubot",
"wit.ai"
],
"author": "Kevin Scott",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/scottlabs/getting-started-with-facebook-bots/issues"
},
"homepage": "https://github.com/scottlabs/getting-started-with-facebook-bots#readme",
"dependencies": {
"body-parser": "^1.15.0",
"express": "4.13.4",
"ngrok": "2.1.7",
"request": "^2.71.0",
"supervisor": "^0.12.0"
,"querystring":"^0.2.0"
}
}