{
  "name": "sorting-helpers",
  "version": "0.1.1",
  "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/sorting-helpers.git"
  },
  "keywords": [
    "Sorting",
    "Sort",
    "BubbleSort",
    "MergeSort",
    "SelectionSort"
  ],
  "author": "Antoni Angga",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/AntoniAngga/sorting-helpers/issues"
  },
  "homepage": "https://github.com/AntoniAngga/sorting-helpers#readme"
}
