dealer-sorter
Version:
Sorts an array with no consecutive elements
24 lines (23 loc) • 535 B
JSON
{
"name": "dealer-sorter",
"version": "2.0.2",
"description": "Sorts an array with no consecutive elements",
"main": "ArraySorter.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inextor/Dealer.git"
},
"keywords": [
"Sort",
"Array"
],
"author": "Nextor",
"license": "MIT",
"bugs": {
"url": "https://github.com/inextor/Dealer/issues"
},
"homepage": "https://github.com/inextor/Dealer#readme"
}