-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.23 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "backgrid-demo",
"version": "0.1.0",
"description": "Backgrid demo of a multitude of native and custom backgrid plugins",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/WRidder/backgrid-demo.git"
},
"keywords": [
"backgrid",
"demo",
"plugin",
"sizeable",
"orderable",
"columnmanager",
"grouped",
"filter"
],
"author": "Wilbert van de Ridder",
"license": "MIT",
"bugs": {
"url": "https://github.com/WRidder/backgrid-demo/issues"
},
"homepage": "https://github.com/WRidder/backgrid-demo",
"dependencies": {
"backbone": "^1.1.2",
"backbone.paginator": "2.0.2",
"backgrid": "0.3.5",
"backgrid-columnmanager": "0.2.4",
"backgrid-filter": "0.3.5",
"backgrid-grouped-columns": "0.1.4",
"backgrid-orderable-columns": "0.1.1",
"backgrid-paginator": "0.3.7",
"backgrid-select-all": "^0.3.5",
"backgrid-sizeable-columns": "0.1.0",
"backgrid-advanced-filter": "0.0.13",
"bootstrap": "3.3.4",
"jquery": "1.11.2",
"normalize.css": "3.0.3",
"underscore": "1.8.3"
},
"devDependencies": {
"gulp": "^3.8.11"
}
}