package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "bootstrap-table",
  3. "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).",
  4. "version": "1.12.1",
  5. "main": "./dist/bootstrap-table.js",
  6. "directories": {
  7. "doc": "docs"
  8. },
  9. "devDependencies": {
  10. "cz-conventional-changelog": "^1.1.5",
  11. "grunt": "^0.4.5",
  12. "grunt-cli": "^1.2.0",
  13. "grunt-contrib-clean": "^0.6.0",
  14. "grunt-contrib-concat": "^0.5.1",
  15. "grunt-contrib-copy": "^0.8.0",
  16. "grunt-contrib-cssmin": "^0.12.2",
  17. "grunt-contrib-jshint": "^0.10.0",
  18. "grunt-contrib-uglify": "^0.8.0",
  19. "grunt-release": "^0.13.0",
  20. "opencollective": "^1.0.3"
  21. },
  22. "scripts": {
  23. "grunt": "grunt",
  24. "postinstall": "opencollective postinstall || exit 0"
  25. },
  26. "repository": {
  27. "type": "git",
  28. "url": "https://github.com/wenzhixin/bootstrap-table.git"
  29. },
  30. "keywords": [
  31. "bootstrap",
  32. "table",
  33. "radio",
  34. "checkbox",
  35. "sort",
  36. "pagination",
  37. "editable"
  38. ],
  39. "author": "wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)",
  40. "license": "MIT",
  41. "bugs": {
  42. "url": "https://github.com/wenzhixin/bootstrap-table/issues"
  43. },
  44. "homepage": "https://github.com/wenzhixin/bootstrap-table",
  45. "config": {
  46. "commitizen": {
  47. "path": "./node_modules/cz-conventional-changelog"
  48. }
  49. },
  50. "types": "./index.d.ts",
  51. "collective": {
  52. "type": "opencollective",
  53. "url": "https://opencollective.com/bootstrap-table",
  54. "logo": "https://opencollective.com/bootstrap-table/logo.txt"
  55. }
  56. }