package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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.6.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. "scripts": {
  18. "test": "echo \"Error: no test specified\" && exit 1",
  19. "grunt": "grunt"
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "https://github.com/wenzhixin/bootstrap-table.git"
  24. },
  25. "keywords": [
  26. "bootstrap",
  27. "table",
  28. "radio",
  29. "checkbox",
  30. "sort",
  31. "pagination",
  32. "editable"
  33. ],
  34. "author": "wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)",
  35. "license": "MIT",
  36. "bugs": {
  37. "url": "https://github.com/wenzhixin/bootstrap-table/issues"
  38. },
  39. "homepage": "https://github.com/wenzhixin/bootstrap-table"
  40. }