dictate
Version:
Dictate the order of the array.
33 lines (32 loc) • 658 B
JSON
{
"name": "valu",
"version": "0.6.0",
"description": "Get object's own enumerable values.",
"main": "valu.deploy.js",
"support": "valu.support.js",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"keywords": [
"get",
"object",
"own",
"enumerable",
"value",
"valu"
],
"homepage": "https://github.com/volkovasystems/valu",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"falze": "^0.26.0"
}
}