package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. "eslint": "^4.19.1",
  12. "eslint-config-standard": "^11.0.0",
  13. "eslint-plugin-import": "^2.9.0",
  14. "eslint-plugin-node": "^6.0.1",
  15. "eslint-plugin-promise": "^3.7.0",
  16. "eslint-plugin-standard": "^3.0.1",
  17. "grunt": "^0.4.5",
  18. "grunt-cli": "^1.2.0",
  19. "grunt-contrib-clean": "^0.6.0",
  20. "grunt-contrib-concat": "^0.5.1",
  21. "grunt-contrib-copy": "^0.8.0",
  22. "grunt-contrib-cssmin": "^0.12.2",
  23. "grunt-contrib-jshint": "^0.10.0",
  24. "grunt-contrib-uglify": "^0.8.0",
  25. "grunt-release": "^0.13.0",
  26. "opencollective": "^1.0.3"
  27. },
  28. "scripts": {
  29. "grunt": "grunt",
  30. "postinstall": "opencollective postinstall || exit 0",
  31. "lint": "eslint src/bootstrap-table.js src/extensions/export/bootstrap-table-export.js src/extensions/toolbar/bootstrap-table-toolbar.js"
  32. },
  33. "repository": {
  34. "type": "git",
  35. "url": "https://github.com/wenzhixin/bootstrap-table.git"
  36. },
  37. "keywords": [
  38. "bootstrap",
  39. "table",
  40. "radio",
  41. "checkbox",
  42. "sort",
  43. "pagination",
  44. "editable"
  45. ],
  46. "author": "wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)",
  47. "license": "MIT",
  48. "bugs": {
  49. "url": "https://github.com/wenzhixin/bootstrap-table/issues"
  50. },
  51. "homepage": "https://github.com/wenzhixin/bootstrap-table",
  52. "config": {
  53. "commitizen": {
  54. "path": "./node_modules/cz-conventional-changelog"
  55. }
  56. },
  57. "types": "./index.d.ts",
  58. "collective": {
  59. "type": "opencollective",
  60. "url": "https://opencollective.com/bootstrap-table",
  61. "logo": "https://opencollective.com/bootstrap-table/logo.txt"
  62. }
  63. }