{
  "name": "sm-handsontable",
  "description": "Spreadsheet-like data grid editor that provides copy/paste functionality compatible with Excel/Google Docs",
  "homepage": "http://handsontable.com/",
  "repository": {
    "type": "git",
    "url": "https://github.com/handsontable/handsontable.git"
  },
  "bugs": {
    "url": "https://github.com/handsontable/handsontable/issues"
  },
  "author": "Handsoncode <hello@handsontable.com>",
  "version": "1.2.14",
  "keywords": [
    "data",
    "grid",
    "table",
    "editor",
    "grid-editor",
    "data-grid",
    "data-table",
    "spreadsheet",
    "excel",
    "tabular-data",
    "edit-cell",
    "editable-table",
    "data-spreadsheet"
  ],
  "dependencies": {
    "zeroclipboard": "^2.2.0",
    "moment": "^2.9.0",
    "pikaday": "^1.3.2"
  },
  "devDependencies": {
    "grunt": "~0.4.5",
    "grunt-contrib-connect": "~0.8.0",
    "grunt-contrib-jasmine": "~0.5.1",
    "grunt-contrib-jshint": "~0.10.0",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-gitinfo": "~0.1.6",
    "grunt-jscs": "^2.1.0",
    "hot-builder": "^0.2.5",
    "grunt-saucelabs": "~8.3.3",
    "load-grunt-tasks": "^3.0.0",
    "time-grunt": "~1.0.0"
  },
  "main": "dist/handsontable.js",
  "scripts": {
    "test": "grunt test -v"
  },
  "browser": "./src/browser.js",
  "license": "MIT"
}
