package.json 1.5 KB

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