-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.3 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "naifjs",
"version": "0.46.11",
"description": "NaifJs, simple state-machine based dialog manager",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/solyarisoftware/naifjs.git"
},
"author": {
"name": "Giorgio Robino",
"email": "[email protected]",
"url": "https://convcomp.it"
},
"contributors": [
{
"name": "Giorgio Robino",
"email": "[email protected]",
"url": "https://convcomp.it"
}
],
"license": "MIT",
"bin": {
"naif": "bin/naif.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bin/postinstall.js"
},
"homepage": "https://github.com/solyarisoftware/naifjs#readme",
"bugs": {
"url": "https://github.com/solyarisoftware/naifjs/issues"
},
"dependencies": {
"bluebird": "^3.7.2",
"moment": "^2.29.1",
"node-telegram-bot-api": "^0.53.0"
},
"devDependencies": {},
"keywords": [
"NaifJs",
"naif",
"dialog system",
"dialog manager",
"state-machine based, task-oriented dialog engine",
"nodejs framework",
"javascript framework",
"Telegram chatbot",
"chatbot builder",
"conversational agent builder",
"conversational workflow engine",
"conversational state machine"
]
}