{
  "name": "@reactual/handsontable-pro",
  "description": "Spreadsheet-like data grid editor",
  "main": [
    "./dist/handsontable.js",
    "./dist/handsontable.css"
  ],
  "homepage": "http://handsontable.com/",
  "repository": {
    "type": "git",
    "url": "https://github.com/reactual/handsontable-pro.git"
  },
  "authors": [
    "Reactual <github@reactual.io>"
  ],
  "ignore": [
    "**/.*",
    "node_modules",
    "src",
    "test"
  ],
  "dependencies": {
    "hot-formula-parser": "^2.3.0",
    "moment": "2.19.1",
    "numbro": "1.11.0",
    "pikaday": "1.6.1"
  }
}
