tallship-manifest
Version:
High availability service management - a list of the cargo carried by a ship, made for the use of various agents and officials at the ports of destination.
56 lines (55 loc) • 1.32 kB
JSON
{
"name": "tallship-manifest",
"description": "High availability service management - a list of the cargo carried by a ship, made for the use of various agents and officials at the ports of destination.",
"url": "https://github.com/nickpoorman/manifest",
"author": "Nick Poorman <mail@nickpoorman.com>",
"contributors": [
{
"name": "Nick Poorman",
"email": "mail@nickpoorman.com",
"url": "http://nickpoorman.com/"
}
],
"version": "0.1.12",
"dependencies": {
"inherits": "^2.0.1",
"underscore": "^1.6.0",
"debug": "^0.7.4",
"escape-regexp": "0.0.1",
"amp-message": "^0.1.1",
"axon": "^2.0.0"
},
"devDependencies": {
"mocha": "^1.17.1",
"should": "^3.1.3",
"underscore": "^1.6.0"
},
"scripts": {
"start": "index.js",
"test": "mocha test/*.js"
},
"engines": {
"node": "0.10.x"
},
"repository": {
"type": "git",
"url": "git@github.com:nickpoorman/tallship-manifest.git"
},
"license": "MIT",
"main": "index.js",
"homepage": "https://github.com/nickpoorman/tallship-manifest",
"keywords": [
"manifest",
"tallship",
"tallship-manifest",
"seaport",
"axon",
"amp",
"amp-message",
"service",
"management",
"High availability",
"availability",
"failover"
]
}