apostrophe/data/media/table_editor/handsontable/bower.json

46 lines
985 B
JSON

{
"name": "handsontable",
"description": "Spreadsheet-like data grid editor that provides copy/paste functionality compatible with Excel/Google Docs",
"version": "0.15.0-beta6",
"main": ["./dist/handsontable.full.js", "./dist/handsontable.full.css"],
"homepage": "http://handsontable.com/",
"repository": {
"type": "git",
"url": "https://github.com/handsontable/handsontable.git"
},
"authors": [
"Handsoncode", "Handsoncode <hello@handsontable.com>"
],
"keywords": [
"data",
"grid",
"table",
"editor",
"grid-editor",
"data-grid",
"data-table",
"spreadsheet",
"excel",
"tabular-data",
"edit-cell",
"editable-table",
"data-spreadsheet"
],
"ignore": [
"**/.*",
"components",
"demo",
"node_modules",
"src",
"test"
],
"dependencies": {
"zeroclipboard": ">=2.1.6",
"moment": "2.9.0",
"pikaday": "1.3.0"
},
"devDependencies": {
"chroma-js": "~0.5.6"
}
}