fh-instance-url
Version:
Get a FeedHenry/RHMAP Cloud or MBaaS Service URL.
50 lines (49 loc) • 1.3 kB
JSON
{
"name": "fh-instance-url",
"version": "1.1.1",
"description": "Get a FeedHenry/RHMAP Cloud or MBaaS Service URL.",
"main": "lib/index.js",
"files": ["lib/"],
"scripts": {
"linelint": "linelint lib/*.js",
"jshint": "jshint lib/*.js",
"check-coverage": "istanbul check-coverage --statements 95 --branches 95 --functions 95 --lines 95",
"cover": "istanbul cover -x *.test.js _mocha test/",
"format": "npm run linelint && npm run jshint",
"unit": "mocha test/",
"test": "npm run format && npm run unit && npm run cover && npm run check-coverage",
"example": "node example/index.js | bunyan"
},
"repository": {
"url": "git@github.com:feedhenry-staff/fh-instance-url.git",
"type": "git"
},
"keywords": [
"fh",
"feedhenry",
"node.js",
"node",
"rhmap",
"mbaas",
"url"
],
"author": "Evan Shortiss",
"license": "Apache-2.0",
"devDependencies": {
"chai": "~3.5.0",
"clear-require": "~1.0.1",
"istanbul": "~0.4.3",
"jshint": "~2.9.2",
"linelint": "~1.0.0",
"mocha": "~2.0.1",
"proxyquire": "~1.3.0",
"sinon": "~1.17.4"
},
"dependencies": {
"env-var": "~2.0.0",
"fh-bunyan": "~0.1.3",
"memory-cache": "~0.1.6",
"request": "~2.51.0",
"verror": "~1.6.1"
}
}