forked from JasonMcz/bot-express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 859 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
35
36
37
38
39
40
41
{
"description": "Chat Bot builder framework based on flow and skill model.",
"main": "index.js",
"name": "bot-express",
"version": "0.0.68",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/nkjm/bot-express.git"
},
"license": "MIT",
"keywords": [
"bot",
"chatbot",
"ai",
"line",
"facebook messenger"
],
"scripts": {
"test": "mocha"
},
"author": "Kazuki Nakajima <[email protected]>",
"dependencies": {
"apiai": "^4.0.2",
"bluebird": "^3.5.0",
"body-parser": "~1.13.2",
"crypto": "0.0.3",
"debug": "^2.6.1",
"express": "~4.15.2",
"memory-cache": "^0.1.6",
"morgan": "^1.8.1",
"request": "^2.79.0"
},
"devDependencies": {
"chai": "*",
"chai-as-promised": "*",
"mocha": "*",
"moji": "*",
"isemail": "*"
}
}