forked from backbone-paginator/backbone-pageable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 934 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "backbone-pageable",
"version": "1.4.2",
"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/wyuenho/backbone-pageable.git"
},
"keywords": [
"backbone"
],
"author": "Jimmy Yuen Ho Wong <[email protected]>",
"license": "MIT",
"readmeFilename": "README.rst",
"bugs": {
"url": "https://github.com/wyuenho/backbone-pageable/issues"
},
"dependencies": {
"underscore": ">=1.4.0",
"backbone": ">=1.1.0"
},
"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"
}
}