orderby
Version:
Sort collections by fields and getters. Inspired by angular orderBy
37 lines (36 loc) • 943 B
JSON
{
"name": "orderby",
"version": "1.1.0",
"description": "Sort collections by fields and getters. Inspired by angular orderBy",
"author": "Good Eggs <open-source@goodeggs.com>",
"contributors": [
"dannynelson <danny@goodeggs.com>"
],
"license": "MIT",
"keywords": [
"orderBy sort angular"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/goodeggs/orderby.git"
},
"homepage": "https://github.com/goodeggs/orderby",
"bugs": "https://github.com/goodeggs/orderby/issues",
"dependencies": {},
"devDependencies": {
"coffee-script": ">=1.8.x",
"mocha": "~1.x.x",
"chai": "~1.x.x",
"mocha-sinon": "~1.x.x"
},
"scripts": {
"compile": "coffee --bare --compile --output lib/ src/",
"prepublish": "npm run compile",
"pretest": "npm run compile",
"test": "mocha"
},
"publishConfig": {
"registry": "http://registry.npmjs.org"
}
}