abacus-demo-client
Version:
Demo client that submits usage and gets a usage report
58 lines • 1.27 kB
JSON
{
"name": "abacus-demo-client",
"description": "Demo client that submits usage and gets a usage report",
"license": "Apache-2.0",
"version": "1.1.5",
"private": false,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tree/master/demo/client",
"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",
"src/"
],
"scripts": {
"demo": "abacus-mocha --command",
"test": "abacus-eslint && true",
"generate-coverage": "true",
"lint": "abacus-eslint",
"pub": "publish"
},
"dependencies": {
"abacus-clone": "^1.1.5",
"abacus-mocha": "^1.1.5",
"nyc": "^13.0.1",
"abacus-moment": "^1.1.5",
"abacus-request": "^1.1.5",
"commander": "^2.8.1",
"underscore": "^1.9.1"
},
"devDependencies": {
"abacus-eslint": "^1.1.5",
"abacus-publish": "^1.1.5"
},
"nyc": {
"cache": true,
"reporter": [
"text",
"html"
],
"exclude": [
"src/test/**"
]
},
"engines": {
"node": ">=8.10.0 <9.0.0",
"npm": "<5.0.0",
"yarn": ">=1.2.1"
}
}