Node-Red configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "name": "gridstack",
  3. "version": "0.6.4",
  4. "description": "gridstack.js for dashboard layout and creation, with many wrappers (React, Angular, Ember, knockout...)",
  5. "main": "dist/gridstack.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/gridstack/gridstack.js.git"
  9. },
  10. "scripts": {
  11. "build": "grunt && doctoc ./README.md && doctoc ./doc/README.md && doctoc ./doc/CHANGES.md",
  12. "test": "grunt lint && karma start karma.conf.js",
  13. "lint": "grunt lint",
  14. "reset": "rm -rf dist node_modules",
  15. "prepublishOnly": "yarn build"
  16. },
  17. "keywords": [
  18. "gridstack.js",
  19. "grid",
  20. "gridster",
  21. "layout",
  22. "responsive",
  23. "dashboard",
  24. "resize",
  25. "drag&drop",
  26. "widgets",
  27. "Angular",
  28. "React",
  29. "Typescript"
  30. ],
  31. "author": "Pavel Reznikov <pashka.reznikov@gmail.com>",
  32. "contributors": [
  33. "Dylan Weiss <dylan.weiss@gmail.com> (https://dylandreams.com)",
  34. "Alain Dumesny <alaind831+github@gmail.com> (https://github.com/adumesny)"
  35. ],
  36. "license": "MIT",
  37. "bugs": {
  38. "url": "https://github.com/gridstack/gridstack.js/issues"
  39. },
  40. "homepage": "http://gridstack.github.io/gridstack.js/",
  41. "dependencies": {
  42. "jquery": "^1.8 || 2 || 3"
  43. },
  44. "devDependencies": {
  45. "connect": "^3.6.6",
  46. "core-js": "^3.0.0",
  47. "coveralls": "^3.0.3",
  48. "doctoc": "^1.4.0",
  49. "grunt": "^1.0.4",
  50. "grunt-cli": "^1.3.2",
  51. "grunt-contrib-connect": "^2.0.0",
  52. "grunt-contrib-copy": "^1.0.0",
  53. "grunt-contrib-cssmin": "^3.0.0",
  54. "grunt-contrib-uglify": "^4.0.1",
  55. "grunt-contrib-watch": "^1.1.0",
  56. "grunt-eslint": "^20.1.0",
  57. "grunt-protractor-runner": "^5.0.0",
  58. "grunt-protractor-webdriver": "^0.2.5",
  59. "grunt-sass": "2.1.0",
  60. "jasmine-core": "^3.3.0",
  61. "karma": "^4.0.1",
  62. "karma-chrome-launcher": "^2.2.0",
  63. "karma-coverage": "^1.1.2",
  64. "karma-coveralls": "^2.1.0",
  65. "karma-jasmine": "^2.0.1",
  66. "puppeteer": "^1.13.0",
  67. "serve-static": "^1.13.2"
  68. },
  69. "resolutions": {
  70. "lodash": "^4.17.13",
  71. "js-yaml": "^3.13.1"
  72. }
  73. }