-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 995 Bytes
/
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
{
"name": "assistant-and-discovery-demo",
"version": "1.0.0",
"description": "Simples aplicacao onde integramos o Watson Assistant com Watson Discovery",
"main": "server/index.js",
"scripts": {
"start": "node server/index.js",
"dev": "nodemon server/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ibm-code-br/Assistant-and-Discovery-Demo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ibm-code-br/Assistant-and-Discovery-Demo/issues"
},
"homepage": "https://github.com/ibm-code-br/Assistant-and-Discovery-Demo#readme",
"dependencies": {
"async": "^2.6.1",
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"cors": "^2.8.4",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"helmet": "^3.13.0",
"morgan": "^1.9.1",
"watson-developer-cloud": "^3.9.1"
},
"devDependencies": {
"nodemon": "^1.18.4"
}
}