{ "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" } }