{
  "name": "@bdlite/gridstack",
  "version": "8.4.2",
  "license": "MIT",
  "author": "Alain Dumesny <alaind831+github@gmail.com> (https://github.com/adumesny)",
  "contributors": [
    "Pavel Reznikov <pashka.reznikov@gmail.com>",
    "Dylan Weiss <dylan.weiss@gmail.com> (https://dylandreams.com)"
  ],
  "description": "TypeScript/JS lib for dashboard layout and creation, responsive, mobile support, no external dependencies, with many wrappers (React, Angular, Vue, Ember, knockout...)",
  "main": "./dist/gridstack.js",
  "types": "./dist/gridstack.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gridstack/gridstack.js.git"
  },
  "funding": [
    {
      "type": "paypal",
      "url": "https://www.paypal.me/alaind831"
    },
    {
      "type": "venmo",
      "url": "https://www.venmo.com/adumesny"
    }
  ],
  "scripts": {
    "build": "yarn --no-progress && yarn build:ng && grunt && yarn build:es6 && yarn build:es5 && yarn doc",
    "build:es6": "webpack && tsc --stripInternal",
    "build:es5": "webpack --config es5/webpack.config.js && tsc --stripInternal --project es5/tsconfig.json",
    "build:ng": "cd angular && yarn --no-progress && yarn build lib",
    "w": "webpack",
    "t": "rm -rf dist/* && grunt && tsc --stripInternal",
    "doc": "doctoc ./README.md && doctoc ./doc/README.md && doctoc ./doc/CHANGES.md",
    "test": "yarn lint && karma start karma.conf.js",
    "lint": "tsc --noEmit && eslint src/*.ts",
    "reset": "rm -rf dist node_modules"
  },
  "keywords": [
    "Typescript",
    "gridstack.js",
    "grid",
    "gridster",
    "layout",
    "responsive",
    "dashboard",
    "resize",
    "drag&drop",
    "widgets",
    "Angular",
    "React",
    "Vue",
    "JavaScript"
  ],
  "bugs": {
    "url": "https://github.com/gridstack/gridstack.js/issues"
  },
  "homepage": "http://gridstackjs.com/",
  "dependencies": {},
  "devDependencies": {
    "@types/jasmine": "^4.3.1",
    "@typescript-eslint/eslint-plugin": "^5.58.0",
    "@typescript-eslint/parser": "^5.58.0",
    "connect": "^3.7.0",
    "core-js": "^3.30.1",
    "coveralls": "^3.1.1",
    "doctoc": "^2.2.1",
    "eslint": "^8.38.0",
    "grunt": "^1.6.1",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-connect": "^3.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-cssmin": "^4.0.0",
    "grunt-contrib-uglify": "^5.2.2",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-eslint": "^24.0.1",
    "grunt-protractor-runner": "^5.0.0",
    "grunt-protractor-webdriver": "^0.2.5",
    "grunt-sass": "3.1.0",
    "jasmine-core": "^4.6.0",
    "karma": "^6.4.1",
    "karma-chrome-launcher": "^3.1.1",
    "karma-cli": "^2.0.0",
    "karma-jasmine": "^5.1.0",
    "karma-typescript": "5.5.3",
    "protractor": "^7.0.0",
    "sass": "^1.62.0",
    "serve-static": "^1.15.0",
    "ts-loader": "^9.4.2",
    "typescript": "^5.0.4",
    "webpack": "^5.79.0",
    "webpack-cli": "^5.0.1"
  }
}
