-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.49 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "Backbone.PaginationCollection",
"version": "0.0.1",
"description": "A pageable Backbone.Collection superset. Supports client-side pagination.",
"main": "lib/Backbone.PaginationCollection.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/WRidder/Backbone.PaginationCollection.git"
},
"keywords": [
"Backbone.Paginator",
"Pageable collection",
"VirtualCollection",
"Backbone",
"Pagination"
],
"author": "Wilbert van de Ridder",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/WRidder/Backbone.PaginationCollection/issues"
},
"homepage": "https://github.com/WRidder/Backbone.PaginationCollection",
"dependencies": {
"backbone": "^1.1.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jasmine": "^0.8.2",
"gulp": "^3.8.11",
"gulp-cache": "^0.2.8",
"gulp-clean": "^0.3.1",
"gulp-grunt": "^0.5.2",
"gulp-jsbeautifier": "^0.0.4",
"gulp-jshint": "~1.9.2",
"gulp-load-plugins": "^0.8.0",
"gulp-sourcemaps": "~1.3.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.1.1",
"jasmine": "^2.2.1",
"jasmine-reporters": "^2.0.4",
"jshint-stylish": "^1.0.1",
"minimist": "^1.1.0",
"run-sequence": "^1.0.2",
"underscore": "^1.8.2",
"webpack": "^1.6.0",
"backbone-virtual-collection": "^0.6.1",
"backbone.paginator": "^2.0.2"
},
"private": true
}