package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "name": "bootstrap",
  3. "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  4. "version": "3.3.2",
  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. "main": "./dist/js/npm",
  22. "repository": {
  23. "type": "git",
  24. "url": "https://github.com/twbs/bootstrap.git"
  25. },
  26. "bugs": {
  27. "url": "https://github.com/twbs/bootstrap/issues"
  28. },
  29. "license": {
  30. "type": "MIT",
  31. "url": "https://github.com/twbs/bootstrap/blob/master/LICENSE"
  32. },
  33. "devDependencies": {
  34. "btoa": "~1.1.2",
  35. "glob": "~4.3.5",
  36. "grunt": "~0.4.5",
  37. "grunt-autoprefixer": "~2.1.0",
  38. "grunt-banner": "~0.3.1",
  39. "grunt-contrib-clean": "~0.6.0",
  40. "grunt-contrib-compress": "~0.13.0",
  41. "grunt-contrib-concat": "~0.5.0",
  42. "grunt-contrib-connect": "~0.9.0",
  43. "grunt-contrib-copy": "~0.7.0",
  44. "grunt-contrib-csslint": "~0.3.1",
  45. "grunt-contrib-cssmin": "~0.11.0",
  46. "grunt-contrib-jade": "~0.14.0",
  47. "grunt-contrib-jshint": "~0.10.0",
  48. "grunt-contrib-less": "~1.0.0",
  49. "grunt-contrib-qunit": "~0.5.2",
  50. "grunt-contrib-uglify": "~0.7.0",
  51. "grunt-contrib-watch": "~0.6.1",
  52. "grunt-csscomb": "~3.0.0",
  53. "grunt-exec": "~0.4.6",
  54. "grunt-html-validation": "~0.1.18",
  55. "grunt-jekyll": "~0.4.2",
  56. "grunt-jscs": "~1.2.0",
  57. "grunt-saucelabs": "~8.4.1",
  58. "grunt-sed": "~0.1.1",
  59. "load-grunt-tasks": "~2.0.0",
  60. "npm-shrinkwrap": "^200.0.0",
  61. "remarkable": "~1.6.0",
  62. "time-grunt": "~1.0.0"
  63. },
  64. "engines": {
  65. "node": "~0.10.1"
  66. },
  67. "jspm": {
  68. "main": "js/bootstrap",
  69. "directories": {
  70. "example": "examples",
  71. "lib": "dist"
  72. },
  73. "shim": {
  74. "js/bootstrap": {
  75. "imports": "jquery",
  76. "exports": "$"
  77. }
  78. },
  79. "buildConfig": {
  80. "uglify": true
  81. }
  82. }
  83. }