-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 944 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
{
"name": "vcap",
"description": "VCAP(Cloudfoundry) Client Library for Node.js",
"version": "0.1.0",
"author": "Firebase.co <[email protected]> (http://www.firebase.co)",
"homepage": "http://www.firebase.co",
"contributors" : [{ "name": "Johan Hernandez", "email": "[email protected]" }],
"main": "./index.js",
"repository" :
{
"type" : "git",
"url" : "http://github.com/firebaseco/vcap-node-client"
},
"bugs" : {
"email": "[email protected]",
"url" : "https://github.com/firejs/fire-web/issues"
},
"keywords": ["cloud", "vcap", "vmc", "cloudfoundry", "vmware"],
"scripts": {
"test": "node_modules/.bin/vows test/test.js"
},
"dependencies":{
"request": ">= 2.2.5"
},
"devDependencies": {
"vows": "0.6.x",
"nock": "0.13.x"
},
"engines":{
"node": ">= 0.4.5"
},
"licenses" : [
{
"type" : "MIT",
"url" : "https://github.com/firebaseco/vcap-node-client/blob/master/LICENSE"
}
]
}