-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·51 lines (51 loc) · 1.14 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
{
"name": "fatec-chatbot",
"version": "0.1.0",
"description": "In design thinking process",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gportog/fatec-chatbot"
},
"keywords": [
"conversation",
"watson",
"node.js",
"react.js",
"bootstrap",
"cloudant"
],
"author": "Gustavo, Isa, Letícia",
"license": "Apache-2.0",
"bugs": {
"url": ""
},
"engines": {
"node": ">=7.3.0"
},
"homepage": "",
"dependencies": {
"@cloudant/cloudant": "^2.3.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.14.0",
"body-parser": "^1.15.2",
"box-node-sdk": "^1.19.0",
"bunyan": "^1.8.1",
"bunyan-node-logger": "^1.0.2",
"cloudant": "^1.10.0",
"cookie-parser": "^1.4.3",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"morgan": "^1.9.0",
"nodemailer": "^4.6.7",
"rx": "^4.1.0",
"rx-http-request": "^1.2.0",
"watson-developer-cloud": "^3.7.1"
},
"devDependencies": {}
}