supersortjs
Version:
Cocktail sort with using compare context function
23 lines (22 loc) • 466 B
JSON
{
"name": "supersortjs",
"version": "1.0.0",
"description": "Cocktail sort with using compare context function",
"main": "sort.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@gitlab.chisw.us:myclasseschi/09_1_homework.git"
},
"keywords": [
"sorting",
"sort",
"cocktailsort",
"js",
"context"
],
"author": "Moroz Vitalii",
"license": "ISC"
}