-
Notifications
You must be signed in to change notification settings - Fork 361
/
package.json
48 lines (48 loc) · 1.01 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": "Dynatable",
"description": "A funner, semantic, HTML5+JSON, interactive table plugin.",
"version": "0.3.1",
"keywords": [
"table",
"datatables",
"dynamic table"
],
"maintainers": [
{
"name": "Steve Schwartz",
"email": "[email protected]",
"web": "http://www.alfajango.com/blog"
}
],
"contributors": [
{
"name": "Steve Schwartz",
"email": "[email protected]",
"web": "http://www.alfajango.com/blog"
}
],
"dependencies": {
"jquery": "1.6"
},
"bugs": {
"mail": "[email protected]",
"web": "https://github.com/alfajango/jquery-dynatable/issues"
},
"repositories" : [
{
"type": "git",
"url": "https://github.com/alfajango/jquery-dynatable.git"
}
],
"licenses": [
{
"name": "AGPL",
"url": "http://www.dynatable.com/license"
},
{
"name": "Proprietary License",
"url": "http://www.dynatable.com/license"
}
],
"homepage": "http://www.dynatable.com"
}