package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "name": "bootstrap",
  3. "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  4. "version": "3.2.0",
  5. "keywords": [
  6. "css",
  7. "less",
  8. "mobile-first",
  9. "responsive",
  10. "front-end",
  11. "framework",
  12. "web"
  13. ],
  14. "homepage": "http://getbootstrap.com",
  15. "author": "Twitter, Inc.",
  16. "scripts": {
  17. "test": "grunt test"
  18. },
  19. "style": "dist/css/bootstrap.css",
  20. "less": "less/bootstrap.less",
  21. "repository": {
  22. "type": "git",
  23. "url": "https://github.com/twbs/bootstrap.git"
  24. },
  25. "bugs": {
  26. "url": "https://github.com/twbs/bootstrap/issues"
  27. },
  28. "license": {
  29. "type": "MIT",
  30. "url": "https://github.com/twbs/bootstrap/blob/master/LICENSE"
  31. },
  32. "devDependencies": {
  33. "btoa": "~1.1.2",
  34. "glob": "~4.0.2",
  35. "grunt": "~0.4.5",
  36. "grunt-autoprefixer": "~0.7.6",
  37. "grunt-banner": "~0.2.3",
  38. "grunt-contrib-clean": "~0.5.0",
  39. "grunt-contrib-concat": "~0.4.0",
  40. "grunt-contrib-connect": "~0.8.0",
  41. "grunt-contrib-copy": "~0.5.0",
  42. "grunt-contrib-csslint": "~0.2.0",
  43. "grunt-contrib-cssmin": "~0.10.0",
  44. "grunt-contrib-jade": "~0.12.0",
  45. "grunt-contrib-jshint": "~0.10.0",
  46. "grunt-contrib-less": "~0.11.3",
  47. "grunt-contrib-qunit": "~0.5.1",
  48. "grunt-contrib-uglify": "~0.5.0",
  49. "grunt-contrib-watch": "~0.6.1",
  50. "grunt-csscomb": "~2.0.1",
  51. "grunt-exec": "~0.4.5",
  52. "grunt-html-validation": "~0.1.18",
  53. "grunt-jekyll": "~0.4.2",
  54. "grunt-jscs-checker": "~0.6.0",
  55. "grunt-saucelabs": "~8.1.0",
  56. "grunt-sed": "~0.1.1",
  57. "load-grunt-tasks": "~0.6.0",
  58. "markdown": "~0.5.0",
  59. "npm-shrinkwrap": "~3.1.6",
  60. "time-grunt": "~0.3.2"
  61. },
  62. "engines": {
  63. "node": "~0.10.1"
  64. },
  65. "jspm": {
  66. "main": "js/bootstrap",
  67. "directories": {
  68. "example": "examples",
  69. "lib": "dist"
  70. },
  71. "shim": {
  72. "js/bootstrap": {
  73. "imports": "jquery",
  74. "exports": "$"
  75. }
  76. },
  77. "buildConfig": {
  78. "uglify": true
  79. }
  80. }
  81. }