{
  "name": "@quantlab/handsontable",
  "description": "Spreadsheet-like data grid editor that provides copy/paste functionality compatible with Excel/Google Docs",
  "repository": {
    "type": "git",
    "url": "https://github.com/quantlibio/handsontable.git"
  },
  "bugs": {
    "url": "https://github.com/quantlibio/handsontable/issues"
  },
  "author": "Handsoncode <hello@handsontable.com>",
  "version": "0.33.9",
  "browser": "dist/@quantlab/handsontable.full.js",
  "main": "commonjs/index.js",
  "module": "es/index.js",
  "jsnext:main": "es/index.js",
  "types": "handsontable.d.ts",
  "scripts": {
    "clean": "rimraf commonjs es coverage",
    "lint": "eslint --rule 'no-restricted-globals: 0' test && eslint --rule 'no-restricted-globals: 0' --ext .unit.js --ext .e2e.js src/ && eslint --ignore-pattern 'src/plugins/**/test/**' src/",
    "test": "npm run lint && npm run test:unit && npm run test:types && npm run test:walkontable && npm run test:e2e && npm run test:production",
    "test:walkontable": "npm run build:walkontable && npm run test:walkontable.dump && grunt test-walkontable",
    "test:production": "npm run build:umd.min && npm run test:production.dump && grunt test-handsontable",
    "test:e2e": "npm run build:umd && npm run test:e2e.dump && grunt test-handsontable",
    "test:e2e.watch": "node ./.config/bin/trigger-on-stdout-change.js \"concurrently --raw --kill-others 'npm run build:umd -- --watch' 'npm run test:e2e.dump --testPathPattern=$npm_config_testPathPattern -- --watch'\" \"grunt test-handsontable\"",
    "test:unit": "cross-env BABEL_ENV=commonjs jest --testPathPattern=$npm_config_testPathPattern",
    "test:unit.watch": "cross-env BABEL_ENV=commonjs jest --testPathPattern=$npm_config_testPathPattern --watch",
    "test:walkontable.dump": "cross-env BABEL_ENV=commonjs_e2e NODE_ENV=test-walkontable webpack --hide-modules helpers=./src/3rdparty/walkontable/test/helpers/index.js specs=./src/3rdparty/walkontable/test/spec/index.js",
    "test:production.dump": "cross-env BABEL_ENV=commonjs_e2e NODE_ENV=test-production webpack --hide-modules helpers=./test/helpers/index.js e2e=./test/e2e/index.js",
    "test:e2e.dump": "cross-env BABEL_ENV=commonjs_e2e NODE_ENV=test-e2e webpack --hide-modules --env.testPathPattern=$npm_config_testPathPattern helpers=./test/helpers/index.js e2e=./test/e2e/index.js",
    "test:unit.dump": "cross-env BABEL_ENV=commonjs NODE_ENV=test-unit webpack --hide-modules helpers=./test/helpers/index.js unit=./test/unit/index.js",
    "test:types": "tsc -p ./test/types",
    "build": "npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd.min",
    "build:commonjs": "cross-env BABEL_ENV=commonjs_dist babel src --out-dir commonjs",
    "build:es": "cross-env BABEL_ENV=es babel src --out-dir es",
    "build:umd": "cross-env BABEL_ENV=commonjs NODE_ENV=development webpack --hide-modules ./src/index.js",
    "build:umd.min": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --hide-modules ./src/index.js",
    "build:walkontable": "cross-env BABEL_ENV=commonjs NODE_ENV=walkontable webpack --hide-modules ./src/3rdparty/walkontable/src/index.js",
    "generate-parser": "cd src/formula/grammar-parser && jison grammar-parser.jison",
    "watch": "cross-env BABEL_ENV=commonjs NODE_ENV=watch webpack --hide-modules --watch src/index.js",
    "prepublish": "npm run clean && npm run build:commonjs && npm run build:es"
  },
  "keywords": [
    "data",
    "grid",
    "table",
    "editor",
    "formula",
    "grid-editor",
    "data-grid",
    "data-table",
    "spreadsheet",
    "excel",
    "tabular-data",
    "edit-cell",
    "editable-table",
    "data-spreadsheet"
  ],
  "dependencies": {
    "moment": "2.18.1",
    "numbro": "1.11.0",
    "pikaday": "1.5.1",
    "@quantlab/formulajs": "^1.1.2",
    "tiny-emitter": "^2.0.1"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-eslint": "^7.2.3",
    "babel-jest": "^19.0.0",
    "babel-loader": "^7.1.1",
    "babel-plugin-check-es2015-constants": "^6.3.13",
    "babel-plugin-forbidden-imports": "^0.1.2",
    "babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
    "babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13",
    "babel-plugin-transform-es2015-block-scoping": "^6.24.1",
    "babel-plugin-transform-es2015-classes": "^6.24.1",
    "babel-plugin-transform-es2015-computed-properties": "^6.24.1",
    "babel-plugin-transform-es2015-destructuring": "^6.3.13",
    "babel-plugin-transform-es2015-for-of": "^6.3.13",
    "babel-plugin-transform-es2015-function-name": "^6.24.1",
    "babel-plugin-transform-es2015-literals": "^6.3.13",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
    "babel-plugin-transform-es2015-object-super": "^6.24.1",
    "babel-plugin-transform-es2015-parameters": "^6.24.1",
    "babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
    "babel-plugin-transform-es2015-spread": "^6.3.13",
    "babel-plugin-transform-es2015-sticky-regex": "^6.24.1",
    "babel-plugin-transform-es2015-template-literals": "^6.3.13",
    "babel-plugin-transform-es2015-unicode-regex": "^6.24.1",
    "babel-plugin-transform-es3-member-expression-literals": "^6.5.0",
    "babel-plugin-transform-es3-property-literals": "^6.5.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-require-ignore": "^0.1.0",
    "babel-polyfill": "^6.23.0",
    "babel-preset-env": "^1.5.2",
    "babel-register": "^6.24.1",
    "check-es3-syntax-cli": "^0.2.0",
    "concurrently": "^3.5.0",
    "copy-webpack-plugin": "^4.0.1",
    "cross-env": "^5.0.1",
    "css-loader": "^0.28.4",
    "eslint": "^4.1.1",
    "eslint-config-airbnb-base": "^11.2.0",
    "eslint-plugin-import": "^2.6.1",
    "extract-text-webpack-plugin": "^2.1.2",
    "generate-release": "^0.10.2",
    "glob": "^7.1.2",
    "grunt": "^1.0.1",
    "grunt-lib-phantomjs": "^1.1.0",
    "html-webpack-plugin": "^2.29.0",
    "jasmine-co": "^1.2.2",
    "jasmine-core": "2.5.2",
    "jasmine-terminal-reporter": "^1.0.3",
    "jest": "^20.0.4",
    "jison": "^0.4.17",
    "jscs": "^3.0.7",
    "loader-utils": "^1.1.0",
    "null-loader": "^0.1.1",
    "optimize-css-assets-webpack-plugin": "^1.3.2",
    "progress-bar-webpack-plugin": "^1.9.3",
    "rimraf": "^2.5.4",
    "spawn-command": "^0.0.2-1",
    "style-loader": "^0.18.2",
    "supports-color": "^4.1.0",
    "tree-kill": "^1.1.0",
    "typescript": "^2.4.1",
    "webpack": "^3.2.0"
  },
  "license": "MIT",
  "jest": {
    "roots": [
      "./test/unit",
      "./src/plugins"
    ],
    "testRegex": "(\\.spec\\.js)|(\\.unit\\.js)$",
    "testPathIgnorePatterns": [
      "<rootDir>/node_modules/",
      "<rootDir>/test/unit/index.js"
    ],
    "moduleNameMapper": {
      "^handsontable(.*)$": "<rootDir>/src$1",
      "^walkontable(.*)$": "<rootDir>/src/3rdparty/walkontable/src$1",
      "\\.css$": "<rootDir>/test/__mocks__/styleMock.js"
    },
    "globals": {
      "__HOT_BUILD_DATE__": "",
      "__HOT_PACKAGE_NAME__": "",
      "__HOT_VERSION__": "",
      "__HOT_BASE_VERSION__": ""
    }
  },
  "typings": "./handsontable.d.ts"
}
