forked from paschmann/rasa-ui
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.89 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
{
"name": "RasaUI",
"version": "0.2.0",
"description": "Rasa UI is a web application built on top of, and for, Rasa NLU.",
"dependencies": {
"angular": "1.7.2",
"angular-chart.js": "^1.1.1",
"angular-cookies": "1.7.2",
"angular-resource": "1.7.2",
"angular-route": "1.7.2",
"angular-sanitize": "1.7.2",
"angular-socket-io": "^0.7.0",
"angular-utils-pagination": "^0.11.1",
"asyncawait": "1.0.7",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"bootstrap": "latest",
"chart.js": "^2.7.2",
"cors": "^2.8.3",
"express": "^4.15.2",
"express-jwt": "^5.3.1",
"http-proxy-middleware": "^0.17.4",
"jquery": "3.1.1",
"jsonformatter": "^0.6.0",
"jsonwebtoken": "^8.0.1",
"ng-file-upload": "^12.2.13",
"ng-jsyaml": "0.0.2",
"ng-tags-input": "^3.2.0",
"ngstorage": "^0.3.11",
"node-cache": "^4.1.1",
"pg-promise": "^5.9.5",
"popper.js": "latest",
"request": "^2.81.0",
"simple-line-icons": "^2.4.1",
"simplemde": "^1.11.2",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"tether": "latest",
"xdate": "latest"
},
"config": {
"rasanluendpoint": "http://localhost:5000",
"rasacoreendpoint": "http://localhost:5005",
"coresecuritytoken": "",
"nlusecuritytoken": "",
"cacheagents": false,
"jwtsecret": "th1s1sn0t0nlyths3cr3tbutth3m0st1mp0rtAntp13c30f1nf0rmAt10nf0rth1sAppl1cAt10n",
"postgresserver": "postgres://postgres:rasaui@localhost:5432/rasaui"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/server.js"
},
"author": "Paul Aschmann",
"url": "https://github.com/paschmann/rasa-ui",
"copyright": "Copyright 2017",
"license": "SEE LICENSE IN https://github.com/paschmann/rasa-ui/blob/master/license",
"repository": {
"type": "git",
"url": "https://github.com/paschmann/rasa-ui.git"
}
}