-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.26 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": "tjBot-Browser",
"version": "1.0.0",
"private": true,
"description": "Web Interface to invoke tjBot functions",
"main": "index.js",
"scripts": {
"test": "\"\"",
"start": "node index"
},
"repository": {
"type": "git",
"url": "https://github.com/rddill-IBM/tjBot-Browser"
},
"engines": {
"node": ">=8.9.4"
},
"keywords": [
"Watson",
"Cognitive",
"Demo",
"Bluemix"
],
"author": "Bob Dill, IBM Distinguished Engineer",
"license": "Apache-2.0",
"dependencies": {
"body-parser": "^1.15.0",
"cfenv": "^1.0.3",
"cloudant": "^1.5.1",
"connect-busboy": "0.0.2",
"connect-cloudant": "^1.0.6",
"cookie-parser": "^1.4.1",
"crypto": "0.0.3",
"date-format": "^1.2.0",
"ejs": "^2.4.1",
"events": "^1.1.1",
"express": "^4.13.4",
"express-session": "1.13.0",
"extend": "^3.0.0",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^1.0.0",
"https": "^1.0.0",
"mime": "^1.3.4",
"passport": "^0.3.2",
"path": "^0.12.7",
"readline-sync": "^1.4.8",
"request": "^2.76.0",
"sleep": "^5.1.1",
"tjbot": "^1.3.0",
"twitter": "^1.7.1",
"url": "^0.11.0",
"uuid": "^2.0.3",
"vcap_services": "^0.1.7",
"watson-developer-cloud": "^2.1.0"
}
}