forked from intelligo-mn/intelligo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 955 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
42
43
44
45
{
"name": "intelligo",
"version": "0.3.3",
"description": "Intelligo AI ChatBot Framework",
"main": "index.js",
"author": "Turtuvshin Byambaa",
"homepage": "https://www.techstar.cloud",
"copyright": "Copyright 2018 Techstar, Inc.",
"repository": {
"type": "git",
"url": "https://github.com/techstar-cloud/intelligo.git"
},
"license": "MIT",
"keywords": [
"bot",
"ai",
"chatbot",
"messenger-bot",
"chat",
"messenger",
"facebook",
"framework",
"builder",
"conversation",
"techstar",
"ai-bot",
"intelligo",
"intelligence",
"artificial-intelligence",
"neural network",
"classifier",
"neural",
"network",
"neural-networks",
"machine-learning"
],
"dependencies": {
"body-parser": "^1.15.2",
"config": "^1.24.0",
"express": "^4.14.0",
"eventemitter3": "^1.2.0",
"techstar-ai": "^1.0.6",
"request": "^2.79.0"
}
}