execd
Version:
Check if method has been called.
37 lines • 704 B
JSON
{
"name": "protype",
"version": "0.24.0",
"description": "Determine type of property.",
"main": "protype.deploy.js",
"support": "protype.support.js",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"keywords": [
"typeof",
"property",
"string",
"number",
"boolean",
"function",
"object",
"undefined",
"symbol",
"protype"
],
"homepage": "https://github.com/volkovasystems/protype",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"cemento": "^0.17.0",
"harden": "^0.23.0"
}
}