package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "fastadmin-bootstraptable",
  3. "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).",
  4. "version": "1.11.9",
  5. "main": "./dist/bootstrap-table.js",
  6. "devDependencies": {
  7. "cz-conventional-changelog": "^1.1.5",
  8. "grunt": "^1.5.3",
  9. "grunt-contrib-clean": "^2.0.1",
  10. "grunt-contrib-concat": "^0.5.1",
  11. "grunt-contrib-copy": "^0.8.0",
  12. "grunt-contrib-cssmin": "^4.0.0",
  13. "grunt-contrib-jshint": "^3.2.0",
  14. "grunt-contrib-uglify": "^5.2.2"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/karsonzhang/fastadmin-bootstraptable.git"
  19. },
  20. "keywords": [
  21. "bootstrap",
  22. "table",
  23. "radio",
  24. "checkbox",
  25. "sort",
  26. "pagination",
  27. "editable"
  28. ],
  29. "author": "wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)",
  30. "license": "MIT",
  31. "bugs": {
  32. "url": "https://github.com/karsonzhang/fastadmin-bootstraptable/issues"
  33. },
  34. "homepage": "https://github.com/karsonzhang/fastadmin-bootstraptable",
  35. "config": {
  36. "commitizen": {
  37. "path": "./node_modules/cz-conventional-changelog"
  38. }
  39. }
  40. }