{
  "name": "jquery.gridstrap",
  "version": "0.7.3",
  "description": "gridstrap.js",
  "message": "Use https://www.npmjs.com/package/jquery.gridstrap for version information, semantically-released.",
  "keywords": [
    "gridster",
    "gridstrap",
    "bootstrap",
    "gridstack",
    "jquery-plugin",
    "jquery",
    "jquery plugin",
    "plugins",
    "drag",
    "drop",
    "draggable"
  ],
  "main": "dist/jquery.gridstrap.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/rosspi/gridstrap.js.git"
  },
  "bugs": {
    "url": "https://github.com/rosspi/gridstrap.js/issues"
  },
  "author": {
    "name": "Ross P",
    "email": "info@rossp.email",
    "url": "https://github.com/rosspi"
  },
  "homepage": "https://rosspi.github.io/gridstrap.js/",
  "contributors": [
    {
      "name": "Ross P",
      "email": "info@rossp.email",
      "url": "https://github.com/rosspi"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "jquery": ">=3.2.1 < 4.0.0"
  },
  "devDependencies": {
    "babel-core": "^6.24.1",
    "babel-loader": "^7.0.0",
    "babelify": "^6.1.0",
    "commitizen": "2.9.6",
    "cz-conventional-changelog": "2.0.0",
    "grunt": "^0.4.5",
    "grunt-browserify": "^3.8.0",
    "grunt-contrib-concat": "^0.5.1",
    "grunt-contrib-cssmin": "2.2.0",
    "grunt-contrib-uglify": "^0.9.2",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-karma": "^0.12.0",
    "grunt-string-replace": "1.3.1",
    "include-version": "1.0.2",
    "karma": "^0.13.21",
    "karma-chrome-launcher": "^2.1.1",
    "karma-firefox-launcher": "^0.1.6",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-qunit": "^1.2.1",
    "phantomjs": "^1.9.18",
    "qunitjs": "^1.19.0",
    "semantic-release": "^6.3.6"
  },
  "scripts": {
    "commit": "git-cz",
    "test": "grunt travis --verbose",
    "semantic-release": "semantic-release pre && include-version && npm publish && semantic-release post"
  },
  "czConfig": {
    "path": "node_modules/cz-conventional-changelog"
  },
  "config": {
    "include-version": [
      "dist/jquery.gridstrap.css",
      "dist/jquery.gridstrap.js",
      "dist/jquery.gridstrap.min.css",
      "dist/jquery.gridstrap.min.js"
    ]
  }
}