forked from olifolkerd/tabulator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 759 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 759 Bytes
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": "jquery.tabulator",
"version": "2.12.0",
"description": "Interactive table generation plugin for jQuery UI",
"main": "tabulator.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/olifolkerd/tabulator.git"
},
"keywords": [
"table",
"grid",
"datagrid",
"tabulator",
"editable",
"cookie",
"jquery",
"jqueryui",
"sort",
"format",
"resizable",
"list",
"scrollable",
"ajax",
"json",
"widget"
],
"author": "Oli Folkerd",
"license": "MIT",
"bugs": {
"url": "https://github.com/olifolkerd/tabulator/issues"
},
"homepage": "https://olifolkerd.github.io/tabulator/"
}