forked from jspreadsheet/ce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.36 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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "jexcel",
"title": "The Javascript Spreadsheet",
"description": "jExcel 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/paulhodel/jexcel.git"
},
"author": {
"name": "Paul Hodel <[email protected]>",
"url": "https://www.linkedin.com/in/paulhodel"
},
"maintainers": [
{
"name": "Paul Hodel",
"email": "[email protected]",
"url": "http://paulhodel.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/paulhodel/jexcel/blob/master/LICENSE"
}
],
"keywords": [
"spreadsheet",
"tables",
"table",
"excel",
"grid",
"grid-editor",
"data-table",
"data-grid",
"data-spreadsheet"
],
"dependencies": {
"jsuites": "^2.2.2"
},
"main": "dist/jexcel.js",
"version": "3.6.2",
"bugs": "https://github.com/paulhodel/jexcel/issues",
"homepage": "https://github.com/paulhodel/jexcel",
"docs": "https://bossanova.uk/jexcel",
"download": "https://github.com/paulhodel/jexcel/archive/master.zip"
}