-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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
{
"name": "i-love-ajax-filter",
"version": "0.9.14",
"description": "An extension for the i-love-ajax base module providing filter functionality for tables and lists (as well as sorting, pagination, etc.).",
"keywords": [
"filter",
"filtering",
"sort",
"sorting",
"paginate",
"pagination",
"i-love-ajax-filter",
"i-love-ajax",
"ilx",
"AJAX",
"XHR",
"helper",
"jQuery"
],
"author": "Flinsch <[email protected]>",
"license": "MIT",
"repository": {
"url": "https://github.com/Flinsch/i-love-ajax-filter.git",
"type": "git"
},
"homepage": "https://github.com/Flinsch/i-love-ajax-filter",
"bugs": "https://github.com/Flinsch/i-love-ajax-filter/issues",
"files": [
"src/**/*",
"dist/**/*"
],
"main": "dist/ilx-filter.js",
"dependencies": {
"i-love-ajax": "^0.9.12",
"underscore": "^1.10.2"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-qunit": "^3.0.1",
"grunt-contrib-uglify": "^3.4.0",
"grunt-contrib-watch": "^1.1.0"
}
}