execd
Version:
Check if method has been called.
29 lines • 546 B
JSON
{
"name": "fno",
"version": "0.5.0",
"description": "Function object class wrapper.",
"main": "fno.deploy.js",
"support": "fno.support.js",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>"
],
"license": "MIT",
"keywords": [
"fno",
"class",
"wrapper"
],
"homepage": "https://github.com/volkovasystems/fno",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"ehm": "^0.21.0",
"harden": "^0.23.0"
}
}