{
  "name": "ui-grid-auto-fit-columns-v1",
  "version": "0.0.5",
  "main": "dist/autoFitColumns.js",
  "typings": "index.d.ts",
  "description": "The plugin ensures that the column width will be wide enough for showing the longest data of that column (or column name).",
  "dependencies": {},
  "devDependencies": {
    "angular": "~1.5.6",
    "angular-ui-grid": "~3.1.1",
    "awesome-typescript-loader": "~0.17.0",
    "commitizen": "~2.8.1",
    "cross-env": "~1.0.8",
    "cz-conventional-changelog": "~1.1.6",
    "ghooks": "~1.2.1",
    "jquery": "~2.2.4",
    "ng-annotate-webpack-plugin": "~0.1.2",
    "rimraf": "~2.5.2",
    "semantic-release": "~4.3.5",
    "typescript": "~1.8.10",
    "typings": "~1.0.4",
    "validate-commit-msg": "~2.6.1",
    "webpack": "~1.13.1"
  },
  "scripts": {
    "prebuild": "typings install & rimraf dist build",
    "build": "tsc -d & npm run build:dist & npm run build:prod",
    "build:dist": "webpack --progress --colors",
    "build:prod": "cross-env NODE_ENV=production webpack --progress --colors",
    "test": "echo \"Error: no test specified\" && exit 1",
    "test:single": "echo \"No test specified\"",
    "commit": "git-cz",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "keywords": [
    "ui-grid",
    "plugin",
    "auto fit",
    "fit to width",
    "autoresize",
    "columns",
    "angular"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Den-dp/ui-grid-auto-fit-columns.git"
  },
  "author": "Den-dp <Denis.Bendrikov@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Den-dp/ui-grid-auto-fit-columns/issues"
  },
  "homepage": "https://github.com/Den-dp/ui-grid-auto-fit-columns#readme",
  "config": {
    "ghooks": {
      "commit-msg": "validate-commit-msg && npm run test:single"
    },
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  }
}
