dictate
Version:
Dictate the order of the array.
36 lines (35 loc) • 776 B
JSON
{
"name": "maxelm",
"version": "0.4.0",
"description": "Returns the maximum element of the array based on the condition.",
"main": "maxelm.deploy.js",
"support": "maxelm.support.js",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"keywords": [
"return",
"maximum",
"element",
"array",
"condition",
"maxelm"
],
"homepage": "https://github.com/volkovasystems/maxelm",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"doubt": "^0.34.0",
"falzy": "^0.23.0",
"raze": "^0.34.0",
"stringe": "^0.5.0"
}
}