package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "name": "browserify",
  3. "version": "17.0.0",
  4. "description": "browser-side require() the node way",
  5. "main": "index.js",
  6. "bin": {
  7. "browserify": "bin/cmd.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "http://github.com/browserify/browserify.git"
  12. },
  13. "engines": {
  14. "node": ">= 0.8"
  15. },
  16. "keywords": [
  17. "browser",
  18. "require",
  19. "commonjs",
  20. "commonj-esque",
  21. "bundle",
  22. "npm",
  23. "javascript"
  24. ],
  25. "dependencies": {
  26. "JSONStream": "^1.0.3",
  27. "assert": "^1.4.0",
  28. "browser-pack": "^6.0.1",
  29. "browser-resolve": "^2.0.0",
  30. "browserify-zlib": "~0.2.0",
  31. "buffer": "~5.2.1",
  32. "cached-path-relative": "^1.0.0",
  33. "concat-stream": "^1.6.0",
  34. "console-browserify": "^1.1.0",
  35. "constants-browserify": "~1.0.0",
  36. "crypto-browserify": "^3.0.0",
  37. "defined": "^1.0.0",
  38. "deps-sort": "^2.0.1",
  39. "domain-browser": "^1.2.0",
  40. "duplexer2": "~0.1.2",
  41. "events": "^3.0.0",
  42. "glob": "^7.1.0",
  43. "has": "^1.0.0",
  44. "htmlescape": "^1.1.0",
  45. "https-browserify": "^1.0.0",
  46. "inherits": "~2.0.1",
  47. "insert-module-globals": "^7.2.1",
  48. "labeled-stream-splicer": "^2.0.0",
  49. "mkdirp-classic": "^0.5.2",
  50. "module-deps": "^6.2.3",
  51. "os-browserify": "~0.3.0",
  52. "parents": "^1.0.1",
  53. "path-browserify": "^1.0.0",
  54. "process": "~0.11.0",
  55. "punycode": "^1.3.2",
  56. "querystring-es3": "~0.2.0",
  57. "read-only-stream": "^2.0.0",
  58. "readable-stream": "^2.0.2",
  59. "resolve": "^1.1.4",
  60. "shasum-object": "^1.0.0",
  61. "shell-quote": "^1.6.1",
  62. "stream-browserify": "^3.0.0",
  63. "stream-http": "^3.0.0",
  64. "string_decoder": "^1.1.1",
  65. "subarg": "^1.0.0",
  66. "syntax-error": "^1.1.1",
  67. "through2": "^2.0.0",
  68. "timers-browserify": "^1.0.1",
  69. "tty-browserify": "0.0.1",
  70. "url": "~0.11.0",
  71. "util": "~0.12.0",
  72. "vm-browserify": "^1.0.0",
  73. "xtend": "^4.0.0"
  74. },
  75. "devDependencies": {
  76. "backbone": "~0.9.2",
  77. "browser-unpack": "^1.1.1",
  78. "coffee-script": "~1.10.0",
  79. "coffeeify": "~1.1.0",
  80. "has-object-spread": "^1.0.0",
  81. "has-template-literals": "^1.0.0",
  82. "isstream": "^0.1.2",
  83. "make-generator-function": "^1.1.0",
  84. "semver": "^5.5.0",
  85. "seq": "0.3.5",
  86. "tap": "^10.7.2",
  87. "temp": "=0.8.3",
  88. "through": "^2.3.4"
  89. },
  90. "author": {
  91. "name": "James Halliday",
  92. "email": "mail@substack.net",
  93. "url": "http://substack.net"
  94. },
  95. "scripts": {
  96. "test": "tap test/*.js"
  97. },
  98. "license": "MIT"
  99. }