package.json 1021 B

12345678910111213141516171819202122232425262728293031323334353637
  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.9.1",
  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. }