js-sorting-algo
Version:
Sorting Algorithms in Javascript
38 lines (37 loc) • 892 B
JSON
{
"name": "js-sorting-algo",
"version": "1.0.1",
"description": "Sorting Algorithms in Javascript",
"main": "index.js",
"scripts": {
"test": "_mocha",
"coverage": "nyc --reporter html --reporter text npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kumar-gaurav-mishra/sort.git"
},
"author": "Kumar Gaurav Mishra",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/kumar-gaurav-mishra/sort/issues"
},
"homepage": "https://github.com/kumar-gaurav-mishra/sort#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.1",
"nyc": "^14.1.1"
},
"keywords": [
"DataStruture",
"sorting",
"algorithms",
"js-sorting-algorithms",
"js sorting",
"quickSort",
"bubbleSort",
"mergeSort",
"radixSort",
"insertionSort"
]
}