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