package.json 983 B

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