Files
coopgo/node_modules/sort-desc/package.json
sgauthier 6e64e138e2
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
planning
2024-10-14 09:15:30 +02:00

48 lines
938 B
JSON

{
"name": "sort-desc",
"description": "Sort array elements in descending order.",
"version": "0.1.1",
"homepage": "https://github.com/jonschlinkert/sort-desc",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/sort-desc.git"
},
"bugs": {
"url": "https://github.com/jonschlinkert/sort-desc/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonschlinkert/sort-desc/blob/master/LICENSE-MIT"
}
],
"keywords": [
"array",
"arr",
"desc",
"descending",
"function",
"keys",
"key",
"order",
"ordered",
"obj",
"object",
"sort"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha -R spec"
},
"devDependencies": {
"mocha": "*",
"verb": "^0.2.15"
}
}