-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 757 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 757 Bytes
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
{
"name": "weather-api-nodejs",
"version": "0.2.1",
"description": "Demonstrates using the Weather Company Data for IBM Cloud",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"request": "^2.88.2",
"request-promise-native": "^1.0.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Call-for-Code/weather-api-nodejs.git"
},
"bugs": {
"url": "https://github.com/Call-for-Code/weather-api-nodejs/issues"
},
"homepage": "https://github.com/Call-for-Code/weather-api-nodejs#readme",
"author": "Raj Singh <rrsingh@us.ibm.com> (http://rajsingh.org)",
"contributors": [
"va barbosa <va@us.ibm.com> (https://github.com/vabarbosa/)"
],
"license": "Apache-2.0"
}