cloudfoundry-services
Version:
A helper library to work with bound service in cloudfoundry
30 lines (29 loc) • 668 B
JSON
{
"name": "cloudfoundry-services",
"version": "0.0.3",
"main": "./src/lib/cloudfoundry-services.js",
"description": "A helper library to work with bound service in cloudfoundry",
"repository": {
"type": "git",
"url": "git@github.com:xchapter7x/node-cloudfoundry-services.git"
},
"dependencies": {
"jasmine-node": "~1.0.26",
"underscore": "~1.4.2",
"jshint": "*",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0"
},
"keywords": [
"cloudfoundry",
"pivotalcf"
],
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-jasmine-node": "^0.2.1"
}
}