b-sort
Version:
Sorts an array of numbers using bubble sort
20 lines (19 loc) • 454 B
JSON
{
"name": "b-sort",
"version": "1.0.0",
"description": "Sorts an array of numbers using bubble sort",
"main": "index.js",
"scripts": {
"run": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alkuhar/b-sort.git"
},
"author": "Alex Kukharets",
"license": "MIT",
"bugs": {
"url": "https://github.com/alkuhar/b-sort/issues"
},
"homepage": "https://github.com/alkuhar/b-sort#readme"
}