.bower.json 1.29 KB
{
  "name": "handsontable",
  "description": "Spreadsheet-like data grid editor that provides copy/paste functionality compatible with Excel/Google Docs",
  "version": "0.24.3",
  "main": [
    "./dist/handsontable.js",
    "./dist/handsontable.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.2.0",
    "moment": "^2.9.0",
    "pikaday": "^1.3.2"
  },
  "devDependencies": {
    "chroma-js": "~0.5.6"
  },
  "_release": "0.24.3",
  "_resolution": {
    "type": "version",
    "tag": "0.24.3",
    "commit": "eb19e2e0a364f0f535380238ddb10a2dd4fc150a"
  },
  "_source": "https://github.com/handsontable/handsontable.git",
  "_target": "~0.24.0",
  "_originalSource": "handsontable"
}