sleepy-sort
Version:
Sleep Sort implemented on the Array Prototype.
25 lines (24 loc) • 574 B
JSON
{
"name": "sleepy-sort",
"version": "1.0.1",
"description": "Sleep Sort implemented on the Array Prototype.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bogstandard/sleepy-sort.git"
},
"keywords": [
"Sleep",
"Sort",
"Fun"
],
"author": "Eric D'Addio",
"license": "MIT",
"bugs": {
"url": "https://github.com/bogstandard/sleepy-sort/issues"
},
"homepage": "https://github.com/bogstandard/sleepy-sort#readme"
}