| { |
| "author": "Lauri Rooden (https://github.com/litejs/natural-compare-lite)", |
| "bugs": { |
| "url": "https://github.com/litejs/natural-compare-lite/issues" |
| }, |
| "buildman": { |
| "dist/index-min.js": { |
| "banner": "/*! litejs.com/MIT-LICENSE.txt */", |
| "input": "index.js" |
| } |
| }, |
| "description": "Compare strings containing a mix of letters and numbers in the way a human being would in sort order.", |
| "devDependencies": { |
| "buildman": "*", |
| "testman": "*" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "keywords": [ |
| "string", |
| "natural", |
| "order", |
| "sort", |
| "natsort", |
| "natcmp", |
| "compare", |
| "alphanum", |
| "litejs" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "natural-compare", |
| "readmeFilename": "README.md", |
| "repository": "git://github.com/litejs/natural-compare-lite.git", |
| "scripts": { |
| "build": "node node_modules/buildman/index.js --all", |
| "test": "node tests/index.js" |
| }, |
| "stability": 3, |
| "version": "1.4.0" |
| } |