package.json (767B)
1 { 2 "name": "javascript-natural-sort", 3 "version": "0.7.1", 4 "description": "Natural Sort algorithm for Javascript - Version 0.7 - Released under MIT license", 5 "main": "naturalSort.js", 6 "scripts": { 7 "test": "echo \"Error: no test specified\" && exit 1" 8 }, 9 "repository": { 10 "type": "git", 11 "url": "https://github.com/Bill4Time/javascript-natural-sort.git" 12 }, 13 "keywords": [ 14 "natural", 15 "sort", 16 "javascript", 17 "array", 18 "sort", 19 "sorting" 20 ], 21 "author": "Jim Palmer (based on chunking idea from Dave Koelle, packaged by @khous of Bill4Time)", 22 "license": "MIT", 23 "bugs": { 24 "url": "https://github.com/Bill4Time/javascript-natural-sort/issues" 25 }, 26 "homepage": "https://github.com/Bill4Time/javascript-natural-sort" 27 }