-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 796 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
{
"name": "@artificialsolutions/tie-api-example-facebook-messenger",
"version": "1.1.0",
"description": "A basic example of using Teneo and Facebook Messenger",
"main": "server.js",
"engines": {
"node": ">=8.1.4",
"npm": ">=5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/artificialsolutions/tie-api-example-facebook-messenger"
},
"author": "Jens Ostlund",
"license": "Apache-2.0",
"dependencies": {
"@artificialsolutions/tie-api-client": "^1.3.1",
"body-parser": "^1.18.3",
"dotenv": "^8.1.0",
"express": "^4.16.4",
"localtunnel": "^2.0.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.5"
}
}