execd
Version:
Check if method has been called.
33 lines • 634 B
JSON
{
"name": "nmde",
"version": "0.5.0",
"description": "Get string name property of entity.",
"main": "nmde.deploy.js",
"support": "nmde.support.js",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"keywords": [
"get",
"string",
"name",
"property",
"entity",
"nmde"
],
"homepage": "https://github.com/volkovasystems/nmde",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"falzy": "^0.23.0",
"truly": "^0.20.0"
}
}