{
  "name": "gridstack",
  "version": "3.3.0",
  "description": "TypeScript/Javascript lib for dashboard layout and creation, no external dependencies, with many wrappers (React, Angular, Ember, knockout...)",
  "main": "./dist/gridstack.js",
  "types": "./dist/gridstack.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gridstack/gridstack.js.git"
  },
  "scripts": {
    "build": "yarn --no-progress && rm -rf dist/* && grunt && webpack && tsc --stripInternal && yarn doc",
    "w": "rm -rf dist/* && grunt && 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",
    "prepublishOnly": "yarn build"
  },
  "keywords": [
    "Typescript",
    "gridstack.js",
    "grid",
    "gridster",
    "layout",
    "responsive",
    "dashboard",
    "resize",
    "drag&drop",
    "widgets",
    "Angular",
    "React",
    "JavaScript"
  ],
  "author": "Pavel Reznikov <pashka.reznikov@gmail.com>",
  "contributors": [
    "Dylan Weiss <dylan.weiss@gmail.com> (https://dylandreams.com)",
    "Alain Dumesny <alaind831+github@gmail.com> (https://github.com/adumesny)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gridstack/gridstack.js/issues"
  },
  "homepage": "http://gridstack.github.io/gridstack.js/",
  "dependencies": {},
  "devDependencies": {
    "@types/jasmine": "^3.5.9",
    "@types/jquery": "^3.5.1",
    "@types/jqueryui": "^1.12.13",
    "@typescript-eslint/eslint-plugin": "^4.6.0",
    "@typescript-eslint/parser": "^4.6.0",
    "connect": "^3.7.0",
    "core-js": "^3.6.4",
    "coveralls": "^3.0.9",
    "doctoc": "^1.4.0",
    "eslint": "^7.14",
    "grunt": "^1.0.4",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-connect": "^3.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-cssmin": "^3.0.0",
    "grunt-contrib-uglify": "^5.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-eslint": "^23.0.0",
    "grunt-protractor-runner": "^5.0.0",
    "grunt-protractor-webdriver": "^0.2.5",
    "grunt-sass": "3.1.0",
    "jasmine-core": "^3.5.0",
    "karma": "^4",
    "karma-chrome-launcher": "^3.1.0",
    "karma-cli": "^2.0.0",
    "karma-jasmine": "^4.0.1",
    "karma-typescript": "4.1.1",
    "node-sass": "^5.0.0",
    "protractor": "^7.0.0",
    "puppeteer": "^5.4.1",
    "serve-static": "^1.14.1",
    "ts-loader": "^8.0.7",
    "typescript": "3.6.5",
    "webpack": "^5.3.2",
    "webpack-cli": "^4.1.0"
  }
}
