package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "bootstrap@3",
  6. "scope": null,
  7. "escapedName": "bootstrap",
  8. "name": "bootstrap",
  9. "rawSpec": "3",
  10. "spec": ">=3.0.0 <4.0.0",
  11. "type": "range"
  12. },
  13. "/home/andrea/src/gopkg/src/gogs.carducci-dante.gov.it/andrea.fazzi/karmen"
  14. ]
  15. ],
  16. "_from": "bootstrap@>=3.0.0 <4.0.0",
  17. "_id": "bootstrap@3.3.7",
  18. "_inCache": true,
  19. "_location": "/bootstrap",
  20. "_nodeVersion": "4.4.7",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/bootstrap-3.3.7.tgz_1469462979154_0.42421583621762693"
  24. },
  25. "_npmUser": {
  26. "name": "twbs",
  27. "email": "getbootstrap@gmail.com"
  28. },
  29. "_npmVersion": "2.15.8",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "bootstrap@3",
  33. "scope": null,
  34. "escapedName": "bootstrap",
  35. "name": "bootstrap",
  36. "rawSpec": "3",
  37. "spec": ">=3.0.0 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "#USER",
  42. "/"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.3.7.tgz",
  45. "_shasum": "5a389394549f23330875a3b150656574f8a9eb71",
  46. "_shrinkwrap": null,
  47. "_spec": "bootstrap@3",
  48. "_where": "/home/andrea/src/gopkg/src/gogs.carducci-dante.gov.it/andrea.fazzi/karmen",
  49. "author": {
  50. "name": "Twitter, Inc."
  51. },
  52. "bugs": {
  53. "url": "https://github.com/twbs/bootstrap/issues"
  54. },
  55. "dependencies": {},
  56. "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  57. "devDependencies": {
  58. "btoa": "~1.1.2",
  59. "glob": "~7.0.3",
  60. "grunt": "~1.0.1",
  61. "grunt-autoprefixer": "~3.0.4",
  62. "grunt-contrib-clean": "~1.0.0",
  63. "grunt-contrib-compress": "~1.3.0",
  64. "grunt-contrib-concat": "~1.0.0",
  65. "grunt-contrib-connect": "~1.0.0",
  66. "grunt-contrib-copy": "~1.0.0",
  67. "grunt-contrib-csslint": "~1.0.0",
  68. "grunt-contrib-cssmin": "~1.0.0",
  69. "grunt-contrib-htmlmin": "~1.5.0",
  70. "grunt-contrib-jshint": "~1.0.0",
  71. "grunt-contrib-less": "~1.3.0",
  72. "grunt-contrib-pug": "~1.0.0",
  73. "grunt-contrib-qunit": "~0.7.0",
  74. "grunt-contrib-uglify": "~1.0.0",
  75. "grunt-contrib-watch": "~1.0.0",
  76. "grunt-csscomb": "~3.1.0",
  77. "grunt-exec": "~1.0.0",
  78. "grunt-html": "~8.0.1",
  79. "grunt-jekyll": "~0.4.4",
  80. "grunt-jscs": "~3.0.1",
  81. "grunt-saucelabs": "~9.0.0",
  82. "load-grunt-tasks": "~3.5.0",
  83. "markdown-it": "^7.0.0",
  84. "shelljs": "^0.7.0",
  85. "shx": "^0.1.2",
  86. "time-grunt": "^1.3.0"
  87. },
  88. "directories": {},
  89. "dist": {
  90. "shasum": "5a389394549f23330875a3b150656574f8a9eb71",
  91. "tarball": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.3.7.tgz"
  92. },
  93. "engines": {
  94. "node": ">=0.10.1"
  95. },
  96. "files": [
  97. "dist",
  98. "fonts",
  99. "grunt",
  100. "js/*.js",
  101. "less/**/*.less",
  102. "Gruntfile.js",
  103. "LICENSE"
  104. ],
  105. "gitHead": "0b9c4a4007c44201dce9a6cc1a38407005c26c86",
  106. "homepage": "http://getbootstrap.com",
  107. "jspm": {
  108. "main": "js/bootstrap",
  109. "shim": {
  110. "js/bootstrap": {
  111. "deps": "jquery",
  112. "exports": "$"
  113. }
  114. },
  115. "files": [
  116. "css",
  117. "fonts",
  118. "js"
  119. ]
  120. },
  121. "keywords": [
  122. "css",
  123. "less",
  124. "mobile-first",
  125. "responsive",
  126. "front-end",
  127. "framework",
  128. "web"
  129. ],
  130. "less": "less/bootstrap.less",
  131. "license": "MIT",
  132. "main": "./dist/js/npm",
  133. "maintainers": [
  134. {
  135. "name": "twbs",
  136. "email": "bigj95t+bsnpm@gmail.com"
  137. }
  138. ],
  139. "name": "bootstrap",
  140. "optionalDependencies": {},
  141. "readme": "ERROR: No README data found!",
  142. "repository": {
  143. "type": "git",
  144. "url": "git+https://github.com/twbs/bootstrap.git"
  145. },
  146. "scripts": {
  147. "change-version": "node grunt/change-version.js",
  148. "test": "grunt test",
  149. "update-shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json"
  150. },
  151. "style": "dist/css/bootstrap.css",
  152. "version": "3.3.7"
  153. }