-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
33 lines (33 loc) · 1.1 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
{
"name": "jquery.datagrid",
"version": "0.2.3",
"title": "jquery datagrid",
"description": "A jquery plugin to render datagrid. Works with local or remote data. Designed to be adaptive, simple to use and extendable.",
"author": "Creative Area <contact@creative-area.net> (http://www.creative-area.net/)",
"repository": {
"type" : "git",
"url" : "https://github.com/creative-area/jquery.datagrid.git"
},
"homepage": "http://labs.creative-area.net/jquery.datagrid/",
"main": "jquery.datagrid.js",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"jquery",
"plugin",
"datagrid",
"jquery-datagrid",
"jquery.datagrid",
"table",
"data",
"datatable",
"ajax",
"local data",
"remote data"
],
"licenses": [
{
"type": "MIT"
}
]
}