16 lines
208 B
JSON
Executable File
16 lines
208 B
JSON
Executable File
{
|
|
"name": "filament-tablesaw",
|
|
"main": [
|
|
"dist/tablesaw.js",
|
|
"dist/tablesaw.css",
|
|
"dist/icons/**"
|
|
],
|
|
"ignore": [
|
|
"**/.*"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.11.2",
|
|
"respond": ">=1.4.2"
|
|
}
|
|
}
|