wichevr
Version:
Returns whichever is the first truthy.
31 lines • 633 B
JSON
{
"name": "wichevr",
"version": "0.14.0",
"description": "Returns whichever is the first truthy.",
"main": "wichevr.deploy.js",
"support": "wichevr.support.js",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"keywords": [
"whichever",
"first",
"truthy",
"wichevr"
],
"homepage": "https://github.com/volkovasystems/wichevr",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"raze": "^0.34.0",
"truly": "^0.20.0"
}
}