35 lines
922 B
JSON
35 lines
922 B
JSON
{
|
|
"name": "backbone-pageable",
|
|
"version": "1.4.8",
|
|
"description": "A pageable Backbone.Collection superset. Supports server-side/client-side/infinite pagination and sorting.",
|
|
"main": "lib/backbone-pageable.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/backbone-paginator/backbone-pageable.git"
|
|
},
|
|
"keywords": [
|
|
"backbone"
|
|
],
|
|
"author": "Jimmy Yuen Ho Wong <wyuenho@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/backbone-paginator/backbone-pageable/issues"
|
|
},
|
|
"dependencies": {
|
|
"underscore": ">=1.4.0",
|
|
"backbone": ">=1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"grunt-contrib-clean": "^0.4.1",
|
|
"grunt-jsduck": "^0.1.4",
|
|
"grunt-contrib-uglify": "^0.2.2",
|
|
"grunt-cli": "^0.1.9",
|
|
"grunt": "^0.4.1",
|
|
"grunt-qunit-istanbul": "^0.1.3",
|
|
"grunt-contrib-connect": "^0.3.0"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt qunit"
|
|
}
|
|
}
|