{
  "name": "sorty",
  "version": "1.2.2",
  "description": "Utility for sorting object arrays on multiple properties",
  "main": "index.js",
  "scripts": {
    "test": "make test",
    "test-w": "make test-w",
    "test-debug": "mocha --debug-brk"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:zippyui/sorty.git"
  },
  "keywords": [
    "sort",
    "object",
    "array",
    "multi",
    "multiple",
    "property"
  ],
  "author": "Radu Brehar",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/radubrehar/sorty/issues"
  },
  "homepage": "https://github.com/radubrehar/sorty",
  "devDependencies": {
    "mocha": "^2.0.1",
    "should": "^4.3.0"
  }
}
