forked from xVir/api-ai-facebook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 768 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 768 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
{
"name": "api-ai-facebook",
"version": "1.1.0",
"description": "API.AI Facebook Bot",
"main": "src/app.js",
"scripts": {
"start": "node src/app.js",
"test": "mocha",
"coverage": "istanbul cover _mocha"
},
"author": "Danil Skachkov <danil.skachkov@speaktoit.com> (https://api.ai)",
"license": "ISC",
"dependencies": {
"apiai": "^3.0.3",
"async": "^2.0.0",
"body-parser": "^1.15.2",
"express": "^4.13.3",
"html-entities": "^1.2.0",
"json-bigint": "^0.2.0",
"node-uuid": "^1.4.7",
"request": "^2.73.0"
},
"repository": {
"type": "git",
"url": "https://github.com/api-ai/api-ai-facebook"
},
"devDependencies": {
"rewire": "^2.5.2",
"should": "^11.2.0",
"supertest": "^3.0.0"
}
}