package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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.11.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-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. },
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/wenzhixin/bootstrap-table.git"
  23. },
  24. "keywords": [
  25. "bootstrap",
  26. "table",
  27. "radio",
  28. "checkbox",
  29. "sort",
  30. "pagination",
  31. "editable"
  32. ],
  33. "author": "wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)",
  34. "license": "MIT",
  35. "bugs": {
  36. "url": "https://github.com/wenzhixin/bootstrap-table/issues"
  37. },
  38. "homepage": "https://github.com/wenzhixin/bootstrap-table",
  39. "config": {
  40. "commitizen": {
  41. "path": "./node_modules/cz-conventional-changelog"
  42. }
  43. }
  44. }