package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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.10.0",
  5. "main": "Gruntfile.js",
  6. "directories": {
  7. "doc": "docs"
  8. },
  9. "devDependencies": {
  10. "cz-conventional-changelog": "^1.1.5",
  11. "grunt-contrib-copy": "^0.8.0",
  12. "grunt-contrib-concat": "^0.5.1",
  13. "grunt-contrib-clean": "^0.6.0",
  14. "grunt-contrib-cssmin": "^0.12.2",
  15. "grunt-contrib-uglify": "^0.8.0",
  16. "grunt-contrib-jshint": "^0.10.0",
  17. "grunt": "^0.4.5"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "https://github.com/wenzhixin/bootstrap-table.git"
  22. },
  23. "keywords": [
  24. "bootstrap",
  25. "table",
  26. "radio",
  27. "checkbox",
  28. "sort",
  29. "pagination",
  30. "editable"
  31. ],
  32. "author": "wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)",
  33. "license": "MIT",
  34. "bugs": {
  35. "url": "https://github.com/wenzhixin/bootstrap-table/issues"
  36. },
  37. "homepage": "https://github.com/wenzhixin/bootstrap-table",
  38. "config": {
  39. "commitizen": {
  40. "path": "./node_modules/cz-conventional-changelog"
  41. }
  42. }
  43. }