execd
Version:
Check if method has been called.
32 lines • 646 B
JSON
{
"name": "decrease",
"version": "0.27.0",
"description": "Reduce the array.",
"main": "decrease.deploy.js",
"support": "decrease.support.js",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"keywords": [
"array",
"reduce",
"decrease"
],
"homepage": "https://github.com/volkovasystems/decrease",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"doubt": "^0.34.0",
"falzy": "^0.23.0",
"raze": "^0.34.0",
"truly": "^0.20.0"
}
}