UNPKG

abacus-account-stub

Version:
61 lines 1.46 kB
{ "name": "abacus-account-stub", "description": "Stub for an account management service.", "license": "Apache-2.0", "version": "0.0.4", "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": [ ".apprc", ".npmrc", "manifest.yml", "lib/", "src/" ], "main": "lib/index.js", "scripts": { "start": "launch webapp start", "stop": "webapp stop", "babel": "babel", "test": "eslint && mocha", "lint": "eslint", "pub": "publish", "cfpack": "cfpack", "cfpush": "cfpush" }, "dependencies": { "abacus-oauth": "^0.0.4", "abacus-debug": "^0.0.4", "abacus-launcher": "^0.0.4", "abacus-router": "^0.0.4", "abacus-usage-schemas": "^0.0.4", "abacus-webapp": "^0.0.4", "babel-preset-es2015": "^6.1.4", "underscore": "^1.8.3" }, "devDependencies": { "abacus-babel": "^0.0.4", "abacus-cfpack": "^0.0.4", "abacus-cfpush": "^0.0.4", "abacus-cluster": "^0.0.4", "abacus-eslint": "^0.0.4", "abacus-mocha": "^0.0.4", "abacus-publish": "^0.0.4", "abacus-request": "^0.0.4" }, "engines": { "node": ">=0.12.0", "npm": ">=2.0.0" } }