{
  "name": "hot-builder",
  "description": "CLI tool for building custom Handsontable package",
  "homepage": "http://handsontable.com/",
  "bugs": {
    "url": "https://github.com/handsontable/hot-builder/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/handsontable/hot-builder.git"
  },
  "author": "Handsoncode <hello@handsontable.com>",
  "version": "4.0.0",
  "main": "src/main.js",
  "bin": "./src/main.js",
  "scripts": {
    "lint": "eslint src",
    "test": "npm run lint",
    "release": "generate-release"
  },
  "keywords": [
    "build",
    "builder",
    "handsontable",
    "system",
    "make",
    "tool"
  ],
  "dependencies": {
    "caporal": "^0.5.0",
    "chalk": "^1.1.3",
    "clone": "^2.1.1",
    "copy-webpack-plugin": "^4.0.1",
    "draftlog": "^1.0.12",
    "event-emitter": "^0.3.5",
    "extract-text-webpack-plugin": "^3.0.0",
    "git-clone": "^0.1.0",
    "glob": "^7.1.2",
    "inquirer": "^3.0.6",
    "left-pad": "^1.1.3",
    "loader-utils": "^1.1.0",
    "optimize-css-assets-webpack-plugin": "^3.2.0",
    "pretty-ms": "^2.1.0",
    "rimraf": "^2.6.1",
    "semver": "^5.3.0",
    "spawn-command": "^0.0.2-1",
    "string-length": "^1.0.1",
    "string-replace-webpack-plugin": "^0.1.3",
    "tmp": "^0.0.31",
    "tree-kill": "^1.1.0",
    "webpack": "^3.5.6"
  },
  "devDependencies": {
    "eslint": "^3.19.0",
    "generate-release": "^0.10.2"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "license": "MIT"
}
