forked from intelligo-mn/neuro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.08 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
{
"name": "intelligo.js",
"description": "Intelligo machine learning for Nodejs.",
"version": "1.0.1",
"author": "Turtuvshin Byambaa <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/intelligo-systems/intelligo.js.git"
},
"engines" : {
"node" : ">=0.12"
},
"dependencies": {
"async": "*",
"brain.js": "^1.0.5",
"graph-paths": "latest",
"languagemodel": "latest",
"sprintf": "*",
"svm": "*",
"temp": "*",
"underscore": "*",
"wordsworth": "*"
},
"devDependencies": {
"mocha": ">=1.0.0",
"should": ">=0.6.0"
},
"scripts": {
"test": "mocha"
},
"contributors": [
{
"name": "Turtuvshin Byambaa",
"email": "[email protected]"
}
],
"keywords": [
"ai",
"ai-bot",
"artificial-intelligence",
"bot",
"chat",
"chatbot",
"classifier",
"conversation",
"framework",
"intelligo",
"intelligence",
"neural network",
"neural",
"network",
"neural-networks",
"machine-learning"
],
"license": "MIT"
}