-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathbower.json
35 lines (35 loc) · 1.06 KB
/
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
{
"name": "jquery.datagrid",
"version": "0.2.3",
"main": "jquery.datagrid.js",
"homepage": "http://labs.creative-area.net/jquery.datagrid/",
"authors": [
"Creative Area <[email protected]> (http://www.creative-area.net/)"
],
"description": "A jquery plugin to render datagrid. Works with local or remote data. Designed to be adaptive, simple to use and extendable.",
"ignore": [
"**/.*",
"demo",
"index.html",
"*.md",
"package.json"
],
"dependencies": {
"jquery": ">=1.8"
},
"keywords": [
"jquery-plugin",
"jquery",
"plugin",
"datagrid",
"jquery-datagrid",
"jquery.datagrid",
"table",
"data",
"datatable",
"ajax",
"local data",
"remote data"
],
"license": "MIT"
}