@jspreadsheet/bundle 12.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,35 @@
1
+ {
2
+ "name": "@jspreadsheet/bundle",
3
+ "title": "Jspreadsheet Bundle",
4
+ "description": "Jspreadsheet is a JavaScript software to create a HTML form based on a JSS spreadsheet.",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/jspreadsheet/packages.git"
8
+ },
9
+ "author": {
10
+ "name": "Contact <contact@jspreadsheet.com>"
11
+ },
12
+ "keywords": [
13
+ "spreadsheet",
14
+ "online spreadsheet",
15
+ "jspreadsheet",
16
+ "jexcel",
17
+ "tables",
18
+ "table",
19
+ "excel",
20
+ "google spreadsheet",
21
+ "spreadsheet formulas",
22
+ "grid",
23
+ "grid-editor",
24
+ "data-table",
25
+ "data-grid",
26
+ "data-spreadsheet",
27
+ "bar"
28
+ ],
29
+ "main": "dist/index.js",
30
+ "types": "dist/index.d.ts",
31
+ "version": "12.2.3",
32
+ "bugs": "https://github.com/jspreadsheet/pro/issues",
33
+ "homepage": "https://github.com/jspreadsheet/pro",
34
+ "download": "https://github.com/jspreadsheet/pro/archive/master.zip"
35
+ }