-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 665 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 665 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
27
28
29
{
"name": "get-started-node",
"main": "server.js",
"description": "An introduction to developing Node.js apps on the IBM Cloud platform",
"version": "0.1.1",
"private": false,
"engines": {
"node": "12.*"
},
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/IBM-Cloud/get-started-node"
},
"dependencies": {
"@cloudant/cloudant": "^3.0.2",
"body-parser": "^1.17.x",
"cfenv": "^1.2.3",
"dotenv": "^4.0.0",
"ejs": "^3.1.5",
"express": "^4.15.x",
"ibm-watson": "^5.7.1",
"nodemon": "^2.0.6"
},
"author": "IBM Corp",
"license": "Apache-2.0"
}