12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "handsontable",
- "title": "Handsontable",
- "version": "0.32.0",
- "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"
- }
- }
|