-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 885 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
{
"name": "watson-demo-hackathon-salamanca",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"engines": {
"node": ">=8.0.0 < 9.0.0",
"npm": ">=5.0.0 <6.0.0"
},
"dependencies": {
"body-parser": "1.18.2",
"dotenv": "4.0.0",
"express": "4.16.2",
"watson-developer-cloud": "2.42.0",
"yahoo-weather": "2.2.2",
"cfenv": "1.0.4"
},
"devDependencies": {
"@types/express": "4.0.39",
"@types/node": "8.0.53",
"babel-eslint": "8.0.2",
"eslint": "4.11.0",
"eslint-config-prettier": "2.7.0",
"eslint-plugin-prettier": "2.3.1",
"prettier": "1.8.2"
}
}