package.json 1.9 KB

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