package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "select2-bootstrap-css",
  3. "version": "1.4.6",
  4. "description": "Simple CSS to make Select2 widgets fit in with Bootstrap",
  5. "main": "",
  6. "style": "select2-bootstrap.css",
  7. "homepage": "https://github.com/t0m/select2-bootstrap-css",
  8. "directories": {
  9. "doc": "docs"
  10. },
  11. "scripts": {
  12. "test": "grunt nodeunit"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git://github.com/t0m/select2-bootstrap-css.git"
  17. },
  18. "keywords": [
  19. "bootstrap",
  20. "select2",
  21. "css"
  22. ],
  23. "author": "Tom Terrace",
  24. "contributors": [
  25. { "name": "Michael Hellein" },
  26. { "name": "Florian Kissling" }
  27. ],
  28. "license": {
  29. "type": "MIT",
  30. "url": "https://github.com/t0m/select2-bootstrap-css/blob/master/LICENSE"
  31. },
  32. "readmeFilename": "README.md",
  33. "devDependencies": {
  34. "bower": "~1.3.12",
  35. "diff": "~1.0.4",
  36. "grunt": "~0.4.5",
  37. "grunt-bump": "0.1.0",
  38. "grunt-contrib-copy": "^0.7.0",
  39. "grunt-contrib-cssmin": "^0.11.0",
  40. "grunt-contrib-jshint": "~0.11.0",
  41. "grunt-contrib-nodeunit": "~0.4.1",
  42. "grunt-contrib-sass": "~0.8.1",
  43. "grunt-contrib-watch": "^0.6.1",
  44. "grunt-gh-pages": "^0.9.1",
  45. "grunt-shell": "^1.1.1",
  46. "matchdep": "~0.1.2"
  47. }
  48. }