You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
616 B
36 lines
616 B
{
|
|
"name": "tabulator",
|
|
"main": "dist/js/tabulator.js",
|
|
"version": "3.3.1",
|
|
"description": "Interactive table generation plugin for jQuery UI",
|
|
"keywords": [
|
|
"table",
|
|
"grid",
|
|
"datagrid",
|
|
"tabulator",
|
|
"editable",
|
|
"cookie",
|
|
"jquery",
|
|
"jqueryui",
|
|
"sort",
|
|
"format",
|
|
"resizable",
|
|
"list",
|
|
"scrollable",
|
|
"ajax",
|
|
"json",
|
|
"widget"
|
|
],
|
|
"authors": [
|
|
"Oli Folkerd"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/olifolkerd/tabulator",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|
|
|