forked from cloudflarearchive/backgrid-filter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 965 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
36
37
{
"name": "backgrid-filter",
"version": "0.3.5",
"description": "Search box widget extension for Backgrid.js. Supports server-side, client-side and full-text searching.",
"main": "backgrid-filter.js",
"scripts": {
"test": "grunt jasmine"
},
"repository": {
"type": "git",
"url": "git://github.com/wyuenho/backgrid-text-cell.git"
},
"keywords": [
"backbone",
"backgrid"
],
"author": "Jimmy Yuen Ho Wong <[email protected]>",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/wyuenho/backgrid-filter/issues"
},
"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-recess": "~0.3.3",
"grunt-template-jasmine-istanbul": "~0.2.4",
"grunt-contrib-jasmine": "~0.5.1"
},
"dependencies": {
"lunr": "~0.4.3"
},
"private": true
}