execd
Version:
Check if method has been called.
31 lines • 587 B
JSON
{
"name": "zelf",
"version": "0.14.0",
"description": "I think therefore I am.",
"main": "zelf.deploy.js",
"support": "zelf.support.js",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"keywords": [
"this",
"self",
"global",
"window",
"zelf"
],
"homepage": "https://github.com/volkovasystems/zelf",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"asea": "^0.16.0"
}
}