mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-23 01:03:23 -05:00
37 lines
616 B
JSON
37 lines
616 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|