{
  "name": "js-sorting",
  "version": "2.0.0",
  "description": "A collection of sorting algorithms written in JavaScript.",
  "scripts": {
    "test": "jasmine-node ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Tyriar/js-sorting.git"
  },
  "keywords": [
    "algorithm",
    "computer science",
    "sorting"
  ],
  "author": "Daniel Imms (http://www.growingwiththeweb.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Tyriar/js-sorting/issues"
  },
  "homepage": "https://github.com/Tyriar/js-sorting",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-contrib-copy": "^0.5.0",
    "grunt-contrib-uglify": "^0.5.0",
    "grunt-jasmine-node-coverage": "^0.1.11",
    "jasmine-node": "~1.14.3",
    "jasmine-reporters": ">=0.2.0 <2.0.0"
  },
  "dependencies": {
    "js-sorting": "^3.0.4"
  }
}
