UNPKG

abacus-account-stub

Version:
57 lines 1.37 kB
{ "name": "abacus-account-stub", "description": "Stub for an account management service.", "license": "Apache-2.0", "version": "0.0.2", "private": false, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/stubs/account", "bugs": { "url": "https://github.com/cloudfoundry-incubator/cf-abacus/issues" }, "repository": { "type": "git", "url": "http://github.com/cloudfoundry-incubator/cf-abacus.git" }, "keywords": [ "cf", "abacus" ], "files": [ ".npmrc", "manifest.yml", "lib/", "src/" ], "main": "lib/index.js", "scripts": { "start": "webapp start --port 9881", "stop": "webapp stop", "babel": "babel", "test": "eslint && mocha", "lint": "eslint", "pub": "publish", "cfpush": "cfpack && cf push" }, "dependencies": { "babel-runtime": "^5.8.19", "abacus-cfoauth": "^0.0.2", "abacus-debug": "^0.0.2", "abacus-router": "^0.0.2", "abacus-usage-schemas": "^0.0.2", "abacus-webapp": "^0.0.2", "underscore": "^1.8.3" }, "devDependencies": { "abacus-babel": "^0.0.2", "abacus-cfpack": "^0.0.2", "abacus-cluster": "^0.0.2", "abacus-eslint": "^0.0.2", "abacus-mocha": "^0.0.2", "abacus-publish": "^0.0.2", "abacus-request": "^0.0.2" }, "engines": { "node": ">=0.10.0", "npm": ">=2.0.0" } }