-
Notifications
You must be signed in to change notification settings - Fork 131
/
wickedgrid.json
44 lines (44 loc) · 1.12 KB
/
wickedgrid.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
{
"name": "sheet",
"title": "jQuery.sheet",
"description": "The ajax spreadsheet",
"keywords": [
"spreadsheet",
"sheet",
"excel",
"docs",
"office",
"sheet",
"formula",
"calculate",
"calculation",
"doc",
"fast"
],
"version": "4.0.0a",
"author": {
"name": "Robert Plummer",
"email": "[email protected]",
"url": "http://visop-dev.com"
},
"maintainers": [
{
"name": "Robert Plummer",
"email": "[email protected]",
"url": "http://visop-dev.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Spreadsheets/jQuery.sheet/wiki/License"
}
],
"bugs": "https://github.com/Spreadsheets/jQuery.sheet/issues",
"homepage": "https://github.com/Spreadsheets/jQuery.sheet",
"docs": "http://visop-dev.com/doc/js3/jQuery_.html#sheet",
"download": "https://github.com/Spreadsheets/jQuery.sheet/releases",
"dependencies": {
"jquery": ">=1.5"
}
}