-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
65 lines (65 loc) · 1.42 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
{
"name": "neuro.js",
"description": "Neuro.js is machine learning framework for building AI assistants and chat-bots.",
"version": "0.1.7",
"author": "Turtuvshin Byambaa <[email protected]>",
"homepage": "https://neuro.js.org",
"repository": {
"type": "git",
"url": "https://github.com/intelligo-systems/neuro.git"
},
"engines": {
"node": ">=0.12"
},
"dependencies": {
"async": "3.1.1",
"brain.js": "1.6.1",
"graph-paths": "latest",
"intelligo": "1.3.0",
"languagemodel": "latest",
"lodash": "4.17.15",
"sprintf": "0.1.5",
"svm": "0.1.1",
"temp": "0.9.1",
"underscore": "1.9.1",
"wordsworth": "0.1.0"
},
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.8.4",
"@babel/preset-env": "7.8.4",
"@babel/register": "7.8.3",
"mocha": "6.2.2",
"should": "13.2.3"
},
"scripts": {
"start": "node index.js",
"build": "babel src -d dist",
"test": "mocha --require @babel/register"
},
"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"
}