forked from couchbaselabs/try-cb-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 891 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
35
36
37
38
39
40
41
{
"name": "try-cb",
"version": "0.1.0",
"description": "Sample Application for Couchbase, Node.js, Angular, and Express",
"homepage": "http://www.couchbase.com",
"repository": {
"type": "git",
"url": "git://github.com/ToddGreenstein/try-cb-nodejs.git"
},
"license": "Apache-2.0",
"author": {
"name": "Todd Greenstein",
"email": "todd@couchbase.com"
},
"readme": "README.md",
"dependencies": {
"express": "*",
"couchbase": "*",
"body-parser": "*",
"progress":"*",
"request": "*",
"jsonwebtoken":"*",
"haversine":"*",
"faye":"*",
"ottoman":"*"
},
"scripts":{
"build":"node utils/provision.js",
"start":"node app.js"
},
"contributors": [
{
"name": "Todd Greenstein",
"email": "todd@couchbase.com"
},
{
"name": "Nic Raboy",
"email": "nic@couchbase.com"
}
]
}