-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (35 loc) · 860 Bytes
/
bower.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
{
"name" : "tabulate",
"title": "Tabulate",
"description": "A jquery plugin for working with paginated data tables using Twitter Bootstrap",
"version" : "0.2.0",
"author" : {
"name" : "Amey Sakhadeo",
"url" : "http://ameyms.com"
},
"repository": {
"type": "git",
"url": "https://github.com/ameyms/tabulate.git"
},
"main": ["./dist/jquery.tabulate.min.js"],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"**/*.json",
"src",
"test"
],
"dependencies": {
"jquery": ">= 1.9.0"
},
"devDependencies": {
"qunit": "~1.12.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ameyms/tabulate/blob/master/LICENSE"
}],
"keywords": ["table", "datatable", "pagination"]
}