tribune
Version:
Holy advocate to the Roman Senate, your Tribune will ensure the Consuls have your interests in mind.
35 lines (34 loc) • 856 B
JSON
{
"name": "tribune",
"version": "1.3.0",
"description": "Holy advocate to the Roman Senate, your Tribune will ensure the Consuls have your interests in mind.",
"main": "./lib/tribune.js",
"scripts": {
"test": "mocha test/*.spec.js",
"cover": "istanbul cover _mocha test/*.spec.js"
},
"author": "Robert Hurst <robert@fintechdev.net>",
"license": "MIT",
"devDependencies": {
"eslint": "^2.9.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.7.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-react": "^5.0.1",
"istanbul": "^0.4.4",
"mocha": "^2.5.3",
"nock": "^8.0.0"
},
"dependencies": {
"async": "^2.0.0-rc.4",
"request": "^2.72.0",
"sinon": "^1.17.4"
},
"directories": {
"test": "test"
},
"keywords": [
"Consul",
"Service Discovery"
]
}