blob: ef127ade2a271d6ff2ac6ac2ce66c02fb03ccf6c [file] [edit]
{
"author": {
"name": "Lauri Rooden",
"url": "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"
}
},
"bundleDependencies": false,
"deprecated": false,
"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"
],
"homepage": "https://github.com/litejs/natural-compare-lite#readme",
"keywords": [
"string",
"natural",
"order",
"sort",
"natsort",
"natcmp",
"compare",
"alphanum",
"litejs"
],
"license": "MIT",
"main": "index.js",
"name": "natural-compare",
"repository": {
"type": "git",
"url": "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"
}