mirror of
https://github.com/discourse/discourse-table-builder.git
synced 2026-09-17 15:22:14 -04:00
* DEV: Remove `fade-in` and use `jsuites.basic.css` instead * FIX: Linting issues with jspreadsheet-theme * WIP: Add bash script to handle vendor assets * FIX: Ember Linting fixes * DEV: Cleanup comments and commented code
14 lines
399 B
JSON
14 lines
399 B
JSON
{
|
|
"name": "discourse-table-builder",
|
|
"description": "Create and edit markdown tables using a spreadsheet editor.",
|
|
"version": "0.0.1",
|
|
"repository": "https://github.com/keegangeorge/discourse-table-builder",
|
|
"author": "Keegan George",
|
|
"license": "GPL-2.0-or-later",
|
|
"scripts": {
|
|
"build": "bash ./build.bash"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-discourse": "latest"
|
|
}
|
|
} |