UNPKG

npm-sorting

Version:

some small lib to help you sorting problem, i have bubblesort, selectionsort, and mergesort

27 lines (26 loc) 666 B
{ "name": "npm-sorting", "version": "0.1.0", "description": "some small lib to help you sorting problem, i have bubblesort, selectionsort, and mergesort", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/AntoniAngga/npm-sorting.git" }, "keywords": [ "Sorting", "Sort", "BubbleSort", "MergeSort", "SelectionSort" ], "author": "Antoni Angga", "license": "ISC", "bugs": { "url": "https://github.com/AntoniAngga/npm-sorting/issues" }, "homepage": "https://github.com/AntoniAngga/npm-sorting#readme" }