arid
Version:
Check if array is absolutely empty.
30 lines • 591 B
JSON
{
"name": "arid",
"version": "0.30.0",
"description": "Check if array is absolutely empty.",
"main": "arid.deploy.js",
"support": "arid.support.js",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"keywords": [
"check",
"array",
"empty",
"arid"
],
"homepage": "https://github.com/volkovasystems/arid",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"arkount": "^0.12.0"
}
}