UNPKG

dumb-sorts

Version:

collection of dumb sorting algorithms

39 lines (38 loc) 807 B
{ "name": "dumb-sorts", "version": "1.0.4", "description": "collection of dumb sorting algorithms", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/matvis01/dumb-sorts.git" }, "keywords": [ "sort", "bogosort", "dumb", "algorithm", "sorting", "permutation sort", "stalin sort", "sleep sort", "bogo sort", "dumb sort", "dumb sorting algorithms", "dumb algorithms", "dumb sorting" ], "author": "matvis01", "license": "ISC", "bugs": { "url": "https://github.com/matvis01/dumb-sorts/issues" }, "homepage": "https://github.com/matvis01/dumb-sorts#readme", "files": [ "README.md" ] }