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