diff --git a/data.js b/data.js index 54e4f060..723e7887 100755 --- a/data.js +++ b/data.js @@ -15,6 +15,38 @@ module.exports = [ url: "https://github.com/caracal7/fast-ease", source: "https://raw.githubusercontent.com/caracal7/fast-ease/master/src/index.js" }, + { + name: "jspreadsheet", + github: "jspreadsheet/ce", + tags: ["library", "javascript", "spreadsheet", "datatable", "grid"], + description: "Open source JavaScript spreadsheet and data grid component", + url: "https://github.com/jspreadsheet/ce", + source: "https://raw.githubusercontent.com/jspreadsheet/ce/master/src/index.js" + }, + { + name: "jspreadsheet-ce", + github: "jspreadsheet/ce", + tags: ["library", "javascript", "spreadsheet", "excel", "table"], + description: "Community Edition of Jspreadsheet, a web-based spreadsheet component", + url: "https://jspreadsheet.com", + source: "https://raw.githubusercontent.com/jspreadsheet/ce/master/src/index.js" + }, + { + name: "calendarjs", + github: "jspreadsheet/calendar", + tags: ["library", "javascript", "calendar", "scheduler", "ui"], + description: "Lightweight JavaScript calendar and scheduling component", + url: "https://calendarjs.org", + source: "https://raw.githubusercontent.com/jspreadsheet/calendar/master/src/index.js" + }, + { + name: "lemonadejs", + github: "lemonadejs/lemonadejs", + tags: ["library", "javascript", "framework", "ui", "components"], + description: "Minimal reactive JavaScript framework for building UI components", + url: "https://lemonadejs.net", + source: "https://raw.githubusercontent.com/lemonadejs/lemonadejs/master/src/lemonade.js" + }, { name: "fullscr", github: "Axorax/fullscr.js",