dictate
Version:
Dictate the order of the array.
35 lines (34 loc) • 728 B
JSON
{
"name": "xtrak",
"version": "0.7.0",
"description": "Extract spliced elements from array.",
"main": "xtrak.deploy.js",
"support": "xtrak.support.js",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"keywords": [
"extract",
"splice",
"element",
"array",
"xtrak"
],
"homepage": "https://github.com/volkovasystems/xtrak",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"condev": "^0.20.0",
"doubt": "^0.34.0",
"exempt": "^0.17.0",
"falzy": "^0.23.0"
}
}