hudson-taylor
Version:
Hudson Taylor is a set of libraries for making awesome microservices
71 lines (70 loc) • 1.76 kB
JSON
{
"name": "hudson-taylor",
"version": "6.4.4",
"description": "Hudson Taylor is a set of libraries for making awesome microservices",
"main": "index.js",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"pretest": "standard | snazzy",
"test": "mocha -r babel-register --recursive --reporter spec --bail --check-leaks",
"build": "babel src -d lib",
"coverage": "nyc --reporter=lcov npm test",
"push-coverage": "cat ./coverage/lcov.info | coveralls",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/hudson-taylor/hudson-taylor.git"
},
"keywords": [
"SOA",
"services",
"RPC",
"schemas"
],
"author": "Hudson-Taylor developers",
"contributors": [
{
"name": "Pomke",
"email": "pomke@pomke.com"
},
{
"name": "Adam Brady",
"email": "adam@boxxen.org"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/hudson-taylor/hudson-taylor/issues"
},
"homepage": "https://github.com/hudson-taylor/hudson-taylor",
"dependencies": {
"async": "^2.3.0",
"bluebird": "^3.5.0",
"clone": "^2.1.1",
"ht-http-transport": "^1.0.7",
"ht-jsonrpc-http-transport": "^1.0.0",
"ht-schema": "^3.3.0",
"ht-tcp-transport": "^1.0.0",
"ht-utils": "^1.0.0"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^4.0.1",
"nyc": "^11.3.0",
"snazzy": "^7.0.0",
"standard": "^9.0.2"
},
"browser": {
"express": false
}
}