sluicebox
Version:
Quickly and elegantly add search, sort and pagination to your plural resource endpoints.
38 lines (37 loc) • 928 B
JSON
{
"name": "sluicebox",
"version": "0.4.0",
"description": "Quickly and elegantly add search, sort and pagination to your plural resource endpoints.",
"keywords": [
"search",
"filter",
"sort",
"pagination",
"resourceful"
],
"homepage": "https://github.com/bitbutcher/sluicebox",
"bugs": "https://github.com/bitbutcher/sluicebox/issues",
"repository": {
"type": "git",
"url": "https://github.com/bitbutcher/sluicebox.git"
},
"author": "Sean M. Duncan <bitbutcher@gmail.com>",
"contributors": [
"Sean M. Duncan <bitbutcher@gmail.com>"
],
"license": "MIT",
"main": "lib/index.js",
"engines": {
"node": ">=0.10.0 <6.0.0",
"npm": ">=2.0.0 <4.0.0"
},
"dependencies": {
"lodash": ">=3.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-copy": "^0.8.2"
}
}