forked from intelligo-mn/intelligo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.74 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "intelligo",
"version": "0.9.3",
"description": "AI Chatbot Framework for Node.js",
"main": "index.js",
"author": "Turtuvshin Byambaa",
"homepage": "https://intelligo.js.org",
"copyright": "Copyright 2019 Intelligo Systems.",
"repository": {
"type": "git",
"url": "https://github.com/intelligo-systems/intelligo.git"
},
"license": "MIT",
"keywords": [
"ai",
"ai-bot",
"artificial-intelligence",
"bot",
"builder",
"chat",
"chatbot",
"classifier",
"conversation",
"messenger-bot",
"messenger",
"facebook",
"framework",
"intelligo",
"intelligence",
"neural network",
"neural",
"network",
"neural-networks",
"machine-learning"
],
"dependencies": {
"async": "2.6.2",
"body-parser": "^1.18.3",
"brain.js": "^1.6.1",
"config": "^3.0.1",
"eventemitter3": "^3.1.0",
"express": "^4.16.4",
"opencollective": "^1.0.3",
"opencollective-postinstall": "^2.0.2",
"request": "^2.88.0",
"intelligo.js": "^1.0.1",
"underscore": "1.9.1"
},
"devDependencies": {
"eslint": "^5.15.1",
"chai": "^4.2.0",
"mocha": "^6.0.2",
"sinon": "^7.2.7",
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.0",
"vuepress": "^1.0.0-alpha.30",
"vuepress-plugin-janitor": "^1.0.0",
"vuepress-plugin-reading-time": "^0.1.1",
"vuepress-plugin-rss": "^2.0.0",
"yaml-front-matter": "^4.0.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/intelligo"
},
"scripts": {
"postinstall": "opencollective-postinstall",
"test": "mocha --recursive test/*",
"test:watch": "npm test -- --watch",
"dev": "vuepress dev app",
"build": "vuepress build app"
}
}