forked from couchbaselabs/try-cb-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 825 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
{
"name": "try-cb",
"version": "1.0.0",
"description": "Sample Application for Couchbase, Node.js, Angular and Express",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/couchbaselabs/try-cb-nodejs.git"
},
"author": "Brett Lawson <[email protected]>",
"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.15.2",
"cors": "~2.8.1",
"couchbase": "~2.2.2",
"express": "~4.14.0",
"express-bearer-token": "~2.1.0",
"jsonwebtoken": "~7.1.9"
},
"scripts": {
"build": "node utils/provision.js",
"start": "node index.js"
}
}