{
  "name": "sort-object",
  "description": "Sort the keys in an object.",
  "version": "3.0.3",
  "homepage": "https://github.com/doowb/sort-object",
  "author": "Brian Woodward (https://github.com/doowb)",
  "maintainers": [
    "Jon Schlinkert (https://github.com/jonschlinkert)"
  ],
  "repository": "doowb/sort-object",
  "bugs": {
    "url": "https://github.com/doowb/sort-object/issues"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "bytewise": "^1.1.0",
    "get-value": "^2.0.2",
    "is-extendable": "^0.1.1",
    "sort-asc": "^0.2.0",
    "sort-desc": "^0.2.0",
    "union-value": "^1.0.1"
  },
  "devDependencies": {
    "gulp": "^3.9.0",
    "gulp-eslint": "^1.1.1",
    "gulp-istanbul": "^0.10.3",
    "gulp-mocha": "^2.2.0",
    "mocha": "^3.5.3",
    "should": "^13.1.3"
  },
  "keywords": [
    "arr",
    "array",
    "function",
    "js",
    "key",
    "keys",
    "obj",
    "object",
    "order",
    "re",
    "re-order",
    "sort",
    "util",
    "utils"
  ],
  "verb": {
    "related": {
      "list": []
    }
  }
}
