execd
Version:
Check if method has been called.
31 lines • 560 B
JSON
{
"name": "ehm",
"version": "0.21.0",
"description": "Meta object class construct.",
"main": "ehm.deploy.js",
"support": "ehm.support.js",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"keywords": [
"meta",
"object",
"class",
"construct",
"ehm"
],
"homepage": "https://github.com/volkovasystems/ehm",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"harden": "^0.23.0",
"sxty4": "^0.11.0"
}
}