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