dictate
Version:
Dictate the order of the array.
33 lines • 646 B
JSON
{
"name": "rder",
"version": "0.6.0",
"description": "Create order from array.",
"main": "rder.deploy.js",
"support": "rder.support.js",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"keywords": [
"create",
"order",
"array",
"rder"
],
"homepage": "https://github.com/volkovasystems/rder",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"protype": "^0.24.0",
"raze": "^0.34.0",
"stringe": "^0.5.0",
"truly": "^0.20.0"
}
}