forked from alfajango/jquery-dynatable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (46 loc) · 901 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
41
42
43
44
45
46
{
"name": "dynatable",
"description": "A funner, semantic, HTML5+JSON, interactive table plugin.",
"version": "0.3.1",
"keywords": [
"table",
"datatables",
"dynamic"
],
"authors": [
{
"name": "Steve Schwartz",
"email": "steve@alfajango.com",
"homepage": "http://www.alfajango.com/blog"
}
],
"dependencies": {
"jquery": ">=1.6"
},
"main": "jquery.dynatable.js",
"repository" : [
{
"type": "git",
"url": "https://github.com/alfajango/jquery-dynatable.git"
}
],
"license": [
{
"name": "AGPL",
"url": "http://www.dynatable.com/license"
},
{
"name": "Proprietary License",
"url": "http://www.dynatable.com/license"
}
],
"homepage": "http://www.dynatable.com",
"ignore": [
"**/.*",
"CONTRIBUTING.md",
"node_modules",
"vendor",
"test",
"tests"
]
}