{
  "name": "js-sorting",
  "version": "3.0.4",
  "description": "A collection of sorting algorithms written in JavaScript.",
  "scripts": {
    "test": "jasmine-node ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gwtw/js-sorting.git"
  },
  "keywords": [
    "algorithm",
    "computer science",
    "sorting"
  ],
  "author": "Daniel Imms (http://www.growingwiththeweb.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gwtw/js-sorting/issues"
  },
  "homepage": "https://github.com/gwtw/js-sorting",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-eslint": "^17.0.0",
    "grunt-jasmine-node-coverage": "^0.4.1",
    "grunt-jsdoc": "^1.0.0",
    "jasmine-node": "^1.14.5",
    "jasmine-reporters": ">=0.2.0 <2.0.0"
  }
}
