fortress-maximus
Version:
Despite his great power, size, and rank, Fortress Maximus is a weary and reluctant warrior. Fighting is against his pacifist nature and now spends his time validating.
43 lines (42 loc) • 1.1 kB
JSON
{
"name": "fortress-maximus",
"version": "0.0.5",
"description": "Despite his great power, size, and rank, Fortress Maximus is a weary and reluctant warrior. Fighting is against his pacifist nature and now spends his time validating.",
"main": "index.js",
"scripts": {
"coverage": "istanbul cover node_modules/.bin/_mocha",
"test": "mocha",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly"
},
"repository": {
"type": "git",
"url": "https://github.com/primus/fortress-maximus"
},
"keywords": [
"primus",
"validate",
"event",
"emitter",
"fortress",
"maximus",
"security"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/primus/fortress-maximus/issues"
},
"homepage": "https://github.com/primus/fortress-maximus",
"devDependencies": {
"assume": "1.2.x",
"istanbul": "0.3.x",
"mocha": "2.2.x",
"pre-commit": "1.0.x",
"primus": "3.1.x",
"primus-emit": "0.1.x",
"ws": "0.7.x"
},
"dependencies": {
"diagnostics": "1.0.x"
}
}