package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "name": "bower",
  3. "version": "1.3.12",
  4. "description": "The browser package manager",
  5. "author": {
  6. "name": "Twitter"
  7. },
  8. "licenses": [
  9. {
  10. "type": "MIT",
  11. "url": "https://github.com/bower/bower/blob/master/LICENSE"
  12. }
  13. ],
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/bower/bower"
  17. },
  18. "main": "lib",
  19. "homepage": "http://bower.io",
  20. "engines": {
  21. "node": ">=0.10.0"
  22. },
  23. "dependencies": {
  24. "abbrev": "~1.0.4",
  25. "archy": "0.0.2",
  26. "bower-config": "~0.5.2",
  27. "bower-endpoint-parser": "~0.2.2",
  28. "bower-json": "~0.4.0",
  29. "bower-logger": "~0.2.2",
  30. "bower-registry-client": "~0.2.0",
  31. "cardinal": "0.4.0",
  32. "chalk": "0.5.0",
  33. "chmodr": "0.1.0",
  34. "decompress-zip": "0.0.8",
  35. "fstream": "~1.0.2",
  36. "fstream-ignore": "~1.0.1",
  37. "glob": "~4.0.2",
  38. "graceful-fs": "~3.0.1",
  39. "handlebars": "~2.0.0",
  40. "inquirer": "0.7.1",
  41. "insight": "0.4.3",
  42. "is-root": "~1.0.0",
  43. "junk": "~1.0.0",
  44. "lockfile": "~1.0.0",
  45. "lru-cache": "~2.5.0",
  46. "mkdirp": "0.5.0",
  47. "mout": "~0.9.0",
  48. "nopt": "~3.0.0",
  49. "opn": "~1.0.0",
  50. "osenv": "0.1.0",
  51. "p-throttler": "0.1.0",
  52. "promptly": "0.2.0",
  53. "q": "~1.0.1",
  54. "request": "~2.42.0",
  55. "request-progress": "0.3.0",
  56. "retry": "0.6.0",
  57. "rimraf": "~2.2.0",
  58. "semver": "~2.3.0",
  59. "shell-quote": "~1.4.1",
  60. "stringify-object": "~1.0.0",
  61. "tar-fs": "0.5.2",
  62. "tmp": "0.0.23",
  63. "update-notifier": "0.2.0",
  64. "which": "~1.0.5"
  65. },
  66. "devDependencies": {
  67. "coveralls": "~2.11.0",
  68. "expect.js": "~0.3.1",
  69. "grunt": "~0.4.4",
  70. "grunt-cli": "^0.1.13",
  71. "grunt-contrib-jshint": "~0.10.0",
  72. "grunt-contrib-watch": "~0.6.1",
  73. "grunt-exec": "~0.4.2",
  74. "grunt-simple-mocha": "~0.4.0",
  75. "istanbul": "~0.3.2",
  76. "load-grunt-tasks": "~0.6.0",
  77. "mocha": "~1.21.4",
  78. "nock": "~0.46.0",
  79. "node-uuid": "~1.4.1",
  80. "proxyquire": "~1.0.1"
  81. },
  82. "scripts": {
  83. "test": "grunt test"
  84. },
  85. "bin": {
  86. "bower": "bin/bower"
  87. },
  88. "preferGlobal": true,
  89. "gitHead": "b26c072f0db054a1902ec4d2e3726dbf8a1c799a",
  90. "bugs": {
  91. "url": "https://github.com/bower/bower/issues"
  92. },
  93. "_id": "bower@1.3.12",
  94. "_shasum": "37de0edb3904baf90aee13384a1a379a05ee214c",
  95. "_from": "bower@^1.3.1",
  96. "_npmVersion": "2.0.0",
  97. "_npmUser": {
  98. "name": "sheerun",
  99. "email": "sheerun@sher.pl"
  100. },
  101. "maintainers": [
  102. {
  103. "name": "fat",
  104. "email": "jacobthornton@gmail.com"
  105. },
  106. {
  107. "name": "satazor",
  108. "email": "andremiguelcruz@msn.com"
  109. },
  110. {
  111. "name": "wibblymat",
  112. "email": "mat@wibbly.org.uk"
  113. },
  114. {
  115. "name": "paulirish",
  116. "email": "paul.irish@gmail.com"
  117. },
  118. {
  119. "name": "sheerun",
  120. "email": "sheerun@sher.pl"
  121. },
  122. {
  123. "name": "sindresorhus",
  124. "email": "sindresorhus@gmail.com"
  125. }
  126. ],
  127. "dist": {
  128. "shasum": "37de0edb3904baf90aee13384a1a379a05ee214c",
  129. "tarball": "http://registry.npmjs.org/bower/-/bower-1.3.12.tgz"
  130. },
  131. "directories": {},
  132. "_resolved": "https://registry.npmjs.org/bower/-/bower-1.3.12.tgz"
  133. }