{
  "name": "js-natural-sort",
  "version": "0.8.1",
  "description": "Natural Sort algorithm for Javascript (supports AMD / Browserify & CommonJS)",
  "main": "dist/naturalsort.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/christianv/js-natural-sort.git"
  },
  "keywords": [
    "natural",
    "sort",
    "javascript",
    "array",
    "sort",
    "sorting"
  ],
  "author": "Jim Palmer (based on chunking idea from Dave Koelle, packaged by @christianv)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/christianv/js-natural-sort/issues"
  },
  "homepage": "https://github.com/christianv/js-natural-sort",
  "scripts": {}
}
