execd
Version:
Check if method has been called.
34 lines • 687 B
JSON
{
"name": "cemento",
"version": "0.17.0",
"description": "Harden properties of entity.",
"main": "cemento.deploy.js",
"support": "cemento.support.js",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"keywords": [
"property",
"constant",
"non-enumerable",
"non-configurable",
"non-writable",
"harden",
"cemento"
],
"homepage": "https://github.com/volkovasystems/cemento",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"harden": "^0.23.0",
"kount": "^0.12.0"
}
}