package.json 1.2 KB

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