loopback-xtotalcount
Version:
Add X-Total-Count header to all search requests
38 lines (37 loc) • 952 B
JSON
{
"name": "loopback-xtotalcount",
"version": "0.0.1",
"description": "Add X-Total-Count header to all search requests",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jbmarchetti/loopback-xTotalCount.git"
},
"keywords": [
"loopback",
"mongodb",
"nodeJs",
"X-Total-Count"
],
"author": "Jean Baptiste Marchetti",
"license": "ISC",
"bugs": {
"url": "https://github.com/jbmarchetti/loopback-xTotalCount/issues"
},
"homepage": "https://github.com/jbmarchetti/loopback-xTotalCount",
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bump": "^0.7.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1"
}
}