{
  "name": "konishileefixtable",
  "description": "Spreadsheet-like data grid editor that provides copy/paste functionality compatible with Excel/Google Docs",
  "homepage": "http://konishilee.com/",
  "main": "./dist/konishileefixtable.js",
  "author": "KonishiLee <519807609@qq.com>",
  "version": "1.0.1",
  "keywords": [
    "data",
    "grid",
    "table",
    "editor",
    "grid-editor",
    "data-grid",
    "data-table",
    "spreadsheet",
    "excel",
    "tabular-data",
    "edit-cell",
    "editable-table",
    "data-spreadsheet"
  ],
  "dependencies": {
    "moment": "^2.12.0",
    "pikaday": "^1.4.0",
    "zeroclipboard": "^2.2.0"
  },
  "devDependencies": {
    "grunt": "~0.4.5",
    "grunt-contrib-connect": "~0.8.0",
    "grunt-contrib-jasmine": "~0.5.1",
    "grunt-contrib-jshint": "^0.11.3",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-gitinfo": "~0.1.6",
    "grunt-jscs": "^2.5.0",
    "grunt-saucelabs": "~8.3.3",
    "hot-builder": "^0.5.0",
    "load-grunt-tasks": "^3.3.0",
    "time-grunt": "^1.2.2"
  },
  "scripts": {
    "test": "grunt test -v"
  },
  "license": "MIT",
  "builderDependencies": {
    "moment": {
      "include": [
        "moment.js"
      ],
      "copyable": [
        "moment.js",
        "locale",
        "LICENSE"
      ],
      "global": "moment"
    },
    "pikaday": {
      "include": [
        "pikaday.js",
        "css/pikaday.css"
      ],
      "copyable": [
        "pikaday.js",
        "css/pikaday.css",
        "LICENSE"
      ],
      "global": "Pikaday"
    },
    "zeroclipboard": {
      "include": [
        "dist/ZeroClipboard.js"
      ],
      "copyable": [
        "dist/ZeroClipboard.js",
        "dist/ZeroClipboard.swf",
        "LICENSE"
      ],
      "global": "ZeroClipboard"
    },
    "numeral": {
      "global": "numeral"
    }
  },
  "_shasum": "460ad9b8a2fd77aad7f05e98de806661757579a4",
  "_from": "handsontable@latest",
  "_npmVersion": "3.4.0",
  "_nodeVersion": "5.0.0",
  "dist": {
    "shasum": "460ad9b8a2fd77aad7f05e98de806661757579a4"
  },
  "maintainers": [
    "handsoncode <krzysztof.spilka@handsontable.com>"
  ],
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com"
  },
  "directories": {
    "test": "test"
  }
}
