-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.87 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.87 KB
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
73
74
75
76
{
"name": "mindstack",
"version": "0.1.0",
"description": "A powerful and flexible framework for building bots without restrictions",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Truemedia/mindstack.git"
},
"keywords": [
"bot",
"framework",
"low",
"extendable",
"nlp",
"language",
"utterance",
"intent"
],
"author": "Wade Penistone",
"license": "ISC",
"bugs": {
"url": "https://github.com/Truemedia/mindstack/issues"
},
"homepage": "https://github.com/Truemedia/mindstack#readme",
"dependencies": {
"amqplib": "^0.5.3",
"data-bite": "^1.0.2",
"dotenv": "^6.1.0",
"eduir": "^1.0.1",
"franc": "^4.0.0",
"gettext-parser": "^3.0.0",
"jstransformer": "^1.0.0",
"jstransformer-handlebars": "^1.1.0",
"kitsu": "^6.4.0",
"mindstack-terminal": "^0.2.0",
"marked": "^0.5.1",
"marked-terminal": "^3.1.1",
"minimatch": "^3.0.4",
"module-alias": "^2.1.0",
"node-gettext": "^2.0.0",
"parting": "^1.0.6",
"random-item": "^1.0.0",
"rasa-classifier": "^0.1.0",
"sanitize-mail": "^1.0.0",
"showdown": "^1.8.7",
"signale-transport": "^1.0.0",
"striptags": "^3.1.1",
"turndown": "^5.0.1",
"turndown-ssml": "^0.1.2",
"winston": "^3.1.0"
},
"devDependencies": {
"auto-plug": "^1.2.0",
"change-case": "^3.0.2",
"consent-lex": "^1.1.0",
"gulp": "^3.9.1",
"gulp-define-module": "^0.1.5",
"gulp-precompile-handlebars": "^2.0.7",
"gulp-rename": "^1.4.0",
"gulp-yaml": "^2.0.2",
"molir-cli": "^1.0.3",
"salutation-lex": "^1.1.0",
"signale": "^1.3.0",
"yaml": "^1.0.0"
},
"_moduleAliases": {
"@root": ".",
"@compiled": "build/js",
"@config": "build/json",
"@data": "src/data"
}
}