forked from intelligo-mn/intelligo-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·52 lines (52 loc) · 1.09 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
{
"name": "intelligo-cli",
"version": "1.1.2",
"description": "The command line tool for Intelligo framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/intelligo-systems/intelligo-cli.git"
},
"author": "Intelligo Systems",
"license": "MIT",
"bugs": {
"url": "https://github.com/intelligo-systems/intelligo-cli/issues"
},
"keywords": [
"ai",
"ai-bot",
"bot",
"builder",
"cli",
"chatbot",
"command-line-tool",
"conversation",
"messenger-bot",
"messenger",
"facebook",
"framework",
"intelligo",
"neural network",
"neural",
"network",
"neural-networks",
"machine-learning"
],
"homepage": "https://intelligo.js.org",
"bin": {
"intellig-cli": "./index.js",
"intelligo": "./index.js"
},
"dependencies": {
"commander": "^2.19.0",
"config": "^3.0.1",
"intelligo": "^0.9.3",
"mkdirp": "^0.5.1",
"path": "^0.12.7",
"readline": "^1.3.0",
"util": "^0.11.1"
}
}