-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
executable file
·37 lines (37 loc) · 1.04 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
36
37
{
"name": "tm-grid",
"version": "1.0.3",
"description": "tmGrid is a client-side data grid control based on jQuery module. It supports basic grid operations like searching, filtering, deleting, paging, sorting and so on.",
"main": "index.html",
"theme": null,
"authors": ["Joshua Tai (HIE-TW)<joshua_tai@trend.com.tw>"],
"visual-designer": "Lesley <lesley_chien@trend.com.tw>",
"ui-designer": "Mear Kuo (HIE-TW-ENT) <mear_kuo@trend.com.tw>",
"snapshots": [
"./snapshots/simple.png",
"./snapshots/search_pagination.png",
"./snapshots/sorting.png",
"./snapshots/column_resize.png",
"./snapshots/drag_column.png",
"./snapshots/column_tooltip.png",
"./snapshots/filter.png",
"./snapshots/date_time_picker.png",
"./snapshots/actions.png"
],
"keywords": [
"table",
"grid",
"jquery",
"ui",
"plugin"
],
"license": "MIT",
"homepage": "/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}