execd
Version:
Check if method has been called.
30 lines • 574 B
JSON
{
"name": "eqe",
"version": "0.5.0",
"description": "Shallow equal.",
"main": "eqe.deploy.js",
"support": "eqe.support.js",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"keywords": [
"shallow",
"equal",
"eqe"
],
"homepage": "https://github.com/volkovasystems/eqe",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"nafe": "^0.5.0",
"stringe": "^0.5.0"
}
}