-
Notifications
You must be signed in to change notification settings - Fork 0
/
handsontable.jquery.json
37 lines (37 loc) · 1004 Bytes
/
handsontable.jquery.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
{
"name": "handsontable",
"title": "Handsontable",
"version": "0.24.3",
"author": {
"name": "Marcin Warpechowski",
"email": "hello@handsontable.com",
"url": "http://www.nextgen.pl/"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/handsontable/handsontable/master/LICENSE"
}
],
"description": "Spreadsheet-like data grid editor that provides copy/paste functionality compatible with Excel/Google Docs",
"homepage": "http://handsontable.com/",
"docs": "https://github.com/handsontable/handsontable",
"demo": "http://handsontable.com/",
"download": "https://github.com/handsontable/handsontable/archive/master.zip",
"keywords": [
"grid",
"datagrid",
"table",
"ui",
"input",
"ajax",
"handsontable",
"spreadsheet"
],
"bugs": "https://github.com/handsontable/handsontable/issues",
"dependencies": {
"jquery": ">=1.7",
"bootstrap-typeahead.js": "2.1.1",
"contextMenu": ">=1.5.25"
}
}