forked from cloudflarearchive/backgrid-filter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.33 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
{
"name": "backgrid-filter",
"version": "0.3.9",
"description": "Search box widget extension for Backgrid.js. Supports server-side, client-side and full-text searching.",
"main": "backgrid-filter.js",
"style": "backgrid-filter.css",
"scripts": {
"test": "karma start --single-run --browsers Chrome,Firefox"
},
"repository": {
"type": "git",
"url": "git://github.com/wyuenho/backgrid-filter.git"
},
"keywords": [
"backbone",
"backgrid"
],
"author": "Cloudflare, Inc <[email protected]>",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/wyuenho/backgrid-filter/issues"
},
"devDependencies": {
"backbone.paginator": "^2.0.0",
"grunt": "^1.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-jsduck": "^1.0.0",
"grunt-karma": "^1.0.0",
"grunt-recess": "^1.0.0",
"jasmine-core": "^2.4.0",
"jquery": "^2.0.0",
"karma": "^1.0.0",
"karma-chrome-launcher": "^1.0.0",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.0",
"karma-jasmine-textio-html-reporter": "^1.0.0",
"karma-safari-launcher": "^1.0.0"
},
"dependencies": {
"backbone": "^1.4.0",
"backgrid": "~0.3.7",
"underscore": "^1.8.0"
}
}