Нет описания

package.json 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "bootstrap-select",
  3. "title": "bootstrap-select",
  4. "main": "dist/js/bootstrap-select.js",
  5. "description": "Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements.",
  6. "version": "1.12.4",
  7. "homepage": "http://silviomoreto.github.io/bootstrap-select",
  8. "author": {
  9. "name": "Silvio Moreto",
  10. "url": "https://github.com/silviomoreto"
  11. },
  12. "contributors": [
  13. {
  14. "name": "Silvio Moreto",
  15. "url": "https://github.com/silviomoreto"
  16. },
  17. {
  18. "name": "Ana Carolina",
  19. "url": "https://github.com/anacarolinats"
  20. },
  21. {
  22. "name": "caseyjhol",
  23. "url": "https://github.com/caseyjhol"
  24. },
  25. {
  26. "name": "Matt Bryson",
  27. "url": "https://github.com/mattbryson"
  28. },
  29. {
  30. "name": "t0xicCode",
  31. "url": "https://github.com/t0xicCode"
  32. }
  33. ],
  34. "repository": {
  35. "type": "git",
  36. "url": "git://github.com/silviomoreto/bootstrap-select.git"
  37. },
  38. "license": "MIT",
  39. "dependencies": {
  40. "jquery": ">=1.8"
  41. },
  42. "devDependencies": {
  43. "grunt": "^1.0.1",
  44. "grunt-autoprefixer": "^3.0.4",
  45. "grunt-banner": "^0.6.0",
  46. "grunt-contrib-clean": "^1.0.0",
  47. "grunt-contrib-compress": "^1.3.0",
  48. "grunt-contrib-concat": "^1.0.1",
  49. "grunt-contrib-copy": "^1.0.0",
  50. "grunt-contrib-csslint": "^2.0.0",
  51. "grunt-contrib-cssmin": "^1.0.2",
  52. "grunt-contrib-jshint": "^1.0.0",
  53. "grunt-contrib-less": "^1.4.0",
  54. "grunt-contrib-uglify": "^2.0.0",
  55. "grunt-contrib-watch": "^1.0.0",
  56. "grunt-umd": "^2.3.6",
  57. "grunt-version": "^1.1.1",
  58. "load-grunt-tasks": "^3.5.2"
  59. },
  60. "keywords": [
  61. "form",
  62. "bootstrap",
  63. "select",
  64. "replacement"
  65. ]
  66. }