{
  "name": "string-natural-compare",
  "version": "2.0.3",
  "description": "Compare alphanumeric strings the same way a human would, using a natural order algorithm",
  "author": "Nathan Woltman <nwoltman@outlook.com>",
  "license": "MIT",
  "main": "natural-compare.js",
  "files": [
    "natural-compare.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/nwoltman/string-natural-compare"
  },
  "bugs": {
    "url": "https://github.com/nwoltman/string-natural-compare/issues"
  },
  "homepage": "https://github.com/nwoltman/string-natural-compare",
  "devDependencies": {
    "coveralls": "^3.0.2",
    "grunt": "~1.0.3",
    "grunt-eslint": "^21.0.0",
    "grunt-mocha-istanbul": "^5.0.2",
    "grunt-mocha-test": "^0.13.3",
    "istanbul": "^0.4.5",
    "jit-grunt": "^0.10.0",
    "mocha": "^5.2.0",
    "should": "^13.2.1"
  },
  "scripts": {
    "test": "grunt"
  },
  "keywords": [
    "string",
    "natural",
    "compare",
    "comparison",
    "order",
    "natcmp",
    "strnatcmp",
    "sort",
    "natsort",
    "alphanum",
    "alphanumeric"
  ]
}
