-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 828 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 828 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
37
38
39
{
"description": "Chat Bot builder framework based on flow and skill model.",
"main": "index.js",
"name": "bot-express",
"version": "0.0.26",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/nkjm/bot-express.git"
},
"license": "MIT",
"keywords": [
"bot",
"line",
"ai"
],
"scripts": {
"test": "mocha"
},
"author": "Kazuki Nakajima <nkjm.kzk@gmail.com>",
"dependencies": {
"apiai": "^4.0.1",
"bluebird": "^3.4.7",
"body-parser": "~1.13.2",
"crypto": "0.0.3",
"debug": "^2.6.1",
"express": "~4.13.1",
"isemail": "^2.2.1",
"memory-cache": "^0.1.6",
"moji": "^0.5.1",
"morgan": "^1.8.1",
"request": "^2.79.0"
},
"devDependencies": {
"chai": "*",
"chai-as-promised": "*",
"mocha": "*"
}
}