UNPKG

js-natural-sort

Version:

Natural Sort algorithm for Javascript (supports AMD / Browserify & CommonJS)

26 lines (25 loc) 670 B
{ "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": {} }