mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-22 11:16:12 +10:00
27 lines
709 B
JSON
27 lines
709 B
JSON
{
|
|
"name": "backbone-pageable",
|
|
"description": "A pageable Backbone.Collection superset. Supports server-side/client-side/infinite pagination and sorting.",
|
|
"version": "1.4.8",
|
|
"filename": "backbone-pageable.min.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/backbone-paginator/backbone-pageable.git"
|
|
},
|
|
"keywords": [
|
|
"backbone"
|
|
],
|
|
"homepage": "https://github.com/backbone-paginator/backbone-pageable",
|
|
"author": "Jimmy Yuen Ho Wong <wyuenho@gmail.com>",
|
|
"license": "MIT",
|
|
"npmName": "backbone-pageable",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/lib/",
|
|
"files": [
|
|
"backbone-pageable.js",
|
|
"backbone-pageable.min.js"
|
|
]
|
|
}
|
|
]
|
|
}
|