package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_from": "bootstrap@3.3.7",
  3. "_id": "bootstrap@3.3.7",
  4. "_inBundle": false,
  5. "_integrity": "sha1-WjiTlFSfIzMIdaOxUGVldPip63E=",
  6. "_location": "/bootstrap",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "bootstrap@3.3.7",
  12. "name": "bootstrap",
  13. "escapedName": "bootstrap",
  14. "rawSpec": "3.3.7",
  15. "saveSpec": null,
  16. "fetchSpec": "3.3.7"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.3.7.tgz",
  23. "_shasum": "5a389394549f23330875a3b150656574f8a9eb71",
  24. "_spec": "bootstrap@3.3.7",
  25. "_where": "E:\\Node项目\\BlogProject",
  26. "author": {
  27. "name": "Twitter, Inc."
  28. },
  29. "bugs": {
  30. "url": "https://github.com/twbs/bootstrap/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  35. "devDependencies": {
  36. "btoa": "~1.1.2",
  37. "glob": "~7.0.3",
  38. "grunt": "~1.0.1",
  39. "grunt-autoprefixer": "~3.0.4",
  40. "grunt-contrib-clean": "~1.0.0",
  41. "grunt-contrib-compress": "~1.3.0",
  42. "grunt-contrib-concat": "~1.0.0",
  43. "grunt-contrib-connect": "~1.0.0",
  44. "grunt-contrib-copy": "~1.0.0",
  45. "grunt-contrib-csslint": "~1.0.0",
  46. "grunt-contrib-cssmin": "~1.0.0",
  47. "grunt-contrib-htmlmin": "~1.5.0",
  48. "grunt-contrib-jshint": "~1.0.0",
  49. "grunt-contrib-less": "~1.3.0",
  50. "grunt-contrib-pug": "~1.0.0",
  51. "grunt-contrib-qunit": "~0.7.0",
  52. "grunt-contrib-uglify": "~1.0.0",
  53. "grunt-contrib-watch": "~1.0.0",
  54. "grunt-csscomb": "~3.1.0",
  55. "grunt-exec": "~1.0.0",
  56. "grunt-html": "~8.0.1",
  57. "grunt-jekyll": "~0.4.4",
  58. "grunt-jscs": "~3.0.1",
  59. "grunt-saucelabs": "~9.0.0",
  60. "load-grunt-tasks": "~3.5.0",
  61. "markdown-it": "^7.0.0",
  62. "shelljs": "^0.7.0",
  63. "shx": "^0.1.2",
  64. "time-grunt": "^1.3.0"
  65. },
  66. "engines": {
  67. "node": ">=0.10.1"
  68. },
  69. "files": [
  70. "dist",
  71. "fonts",
  72. "grunt",
  73. "js/*.js",
  74. "less/**/*.less",
  75. "Gruntfile.js",
  76. "LICENSE"
  77. ],
  78. "homepage": "http://getbootstrap.com",
  79. "jspm": {
  80. "main": "js/bootstrap",
  81. "shim": {
  82. "js/bootstrap": {
  83. "deps": "jquery",
  84. "exports": "$"
  85. }
  86. },
  87. "files": [
  88. "css",
  89. "fonts",
  90. "js"
  91. ]
  92. },
  93. "keywords": [
  94. "css",
  95. "less",
  96. "mobile-first",
  97. "responsive",
  98. "front-end",
  99. "framework",
  100. "web"
  101. ],
  102. "less": "less/bootstrap.less",
  103. "license": "MIT",
  104. "main": "./dist/js/npm",
  105. "name": "bootstrap",
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/twbs/bootstrap.git"
  109. },
  110. "scripts": {
  111. "change-version": "node grunt/change-version.js",
  112. "test": "grunt test",
  113. "update-shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json"
  114. },
  115. "style": "dist/css/bootstrap.css",
  116. "version": "3.3.7"
  117. }