UNPKG

bubble-sort-js

Version:

Bubble Sort algorithm javascript implementation.

26 lines (25 loc) 639 B
{ "name": "bubble-sort-js", "version": "0.0.3", "description": "Bubble Sort algorithm javascript implementation. ", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/JacopoDaeli/bubble-sort-js.git" }, "keywords": [ "bubblesort", "bubble", "sort", "algorithm" ], "author": "Jacopo Daeli <jacopo.daeli@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/JacopoDaeli/bubble-sort-js/issues" }, "homepage": "https://github.com/JacopoDaeli/bubble-sort-js#readme" }