package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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.6",
  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": "MIT",
  30. "devDependencies": {
  31. "btoa": "~1.1.2",
  32. "glob": "~6.0.1",
  33. "grunt": "~0.4.5",
  34. "grunt-autoprefixer": "~3.0.3",
  35. "grunt-contrib-clean": "~0.6.0",
  36. "grunt-contrib-compress": "~0.14.0",
  37. "grunt-contrib-concat": "~0.5.1",
  38. "grunt-contrib-connect": "~0.11.2",
  39. "grunt-contrib-copy": "~0.8.0",
  40. "grunt-contrib-csslint": "~0.5.0",
  41. "grunt-contrib-cssmin": "~0.14.0",
  42. "grunt-contrib-htmlmin": "~0.6.0",
  43. "grunt-contrib-jade": "~0.15.0",
  44. "grunt-contrib-jshint": "~0.11.2",
  45. "grunt-contrib-less": "~1.1.0",
  46. "grunt-contrib-qunit": "~0.7.0",
  47. "grunt-contrib-uglify": "~0.9.2",
  48. "grunt-contrib-watch": "~0.6.1",
  49. "grunt-csscomb": "~3.1.0",
  50. "grunt-exec": "~0.4.6",
  51. "grunt-html": "~5.0.1",
  52. "grunt-jekyll": "~0.4.2",
  53. "grunt-jscs": "~2.3.0",
  54. "grunt-saucelabs": "~8.6.1",
  55. "grunt-sed": "twbs/grunt-sed#v0.2.0",
  56. "load-grunt-tasks": "~3.3.0",
  57. "markdown-it": "^5.0.0",
  58. "npm-shrinkwrap": "^200.4.0",
  59. "time-grunt": "^1.2.1"
  60. },
  61. "engines": {
  62. "node": ">=0.10.1"
  63. },
  64. "files": [
  65. "dist",
  66. "fonts",
  67. "grunt",
  68. "js/*.js",
  69. "less/**/*.less",
  70. "Gruntfile.js",
  71. "LICENSE"
  72. ],
  73. "jspm": {
  74. "main": "js/bootstrap",
  75. "shim": {
  76. "js/bootstrap": {
  77. "deps": "jquery",
  78. "exports": "$"
  79. }
  80. },
  81. "files": [
  82. "css",
  83. "fonts",
  84. "js"
  85. ]
  86. }
  87. }