{
  "name": "js-sorting",
  "version": "2.0.0",
  "homepage": "https://github.com/Tyriar/js-sorting",
  "authors": [
    "Daniel Imms (http://www.growingwiththeweb.com)"
  ],
  "description": "A collection of sorting algorithms written in JavaScript.",
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "keywords": [
    "algorithm",
    "computer science",
    "sorting"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}
