meek
Version:
Construct standard status-data JSON format for response.
33 lines (32 loc) • 743 B
JSON
{
"name": "meek",
"version": "0.18.0",
"description": "Construct standard status-data JSON format for response.",
"main": "meek.deploy.js",
"support": "meek.support.js",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"keywords": [
"response-format",
"status-data"
],
"homepage": "https://github.com/volkovasystems/meek",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"asea": "^0.14.0",
"called": "^0.31.0",
"clazof": "^0.31.0",
"harden": "^0.22.0",
"protype": "^0.22.0"
}
}