forked from jspreadsheet/ce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "jspreadsheet-ce",
"title": "The Javascript Spreadsheet",
"description": "Jspreadsheet is a lightweight, vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with Excel, Google Spreadsheets and any other spreadsheet software.",
"repository": {
"type": "git",
"url": "https://github.com/jspreadsheet/ce.git"
},
"author": {
"name": "Contact <[email protected]>"
},
"keywords": [
"spreadsheet",
"online spreadsheet",
"jspreadsheet",
"jexcel",
"tables",
"table",
"excel",
"grid",
"grid-editor",
"data-table",
"data-grid",
"data-spreadsheet"
],
"dependencies": {
"jsuites": "^4.3.0"
},
"main": "dist/index.js",
"version": "4.7.3",
"bugs": "https://github.com/jspreadsheet/ce/issues",
"homepage": "https://github.com/jspreadsheet/ce",
"download": "https://github.com/jspreadsheet/ce/archive/master.zip"
}