-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 937 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 937 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
30
31
32
33
34
{
"name": "try-cb",
"version": "1.0.0",
"description": "Sample Application for Couchbase, Node.js, Angular and Express",
"scripts": {
"build": "node utils/provision.js",
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/couchbaselabs/try-cb-nodejs.git"
},
"author": "Brett Lawson <brett19@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/couchbaselabs/try-cb-nodejs/issues"
},
"homepage": "https://github.com/couchbaselabs/try-cb-nodejs",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "~2.8.1",
"couchbase": "^3.2.4",
"express": "^4.17.1",
"express-bearer-token": "~2.1.0",
"jsonwebtoken": "~8.5.1",
"morgan": "^1.10.0",
"swagger-ui-express": "^4.3.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}