package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "name": "mime-types",
  3. "description": "The ultimate javascript content-type utility.",
  4. "version": "1.0.2",
  5. "author": {
  6. "name": "Jonathan Ong",
  7. "email": "me@jongleberry.com",
  8. "url": "http://jongleberry.com"
  9. },
  10. "contributors": [
  11. {
  12. "name": "Jeremiah Senkpiel",
  13. "email": "fishrock123@rocketmail.com",
  14. "url": "https://searchbeam.jit.su"
  15. }
  16. ],
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/expressjs/mime-types"
  20. },
  21. "license": "MIT",
  22. "main": "lib",
  23. "devDependencies": {
  24. "co": "3",
  25. "cogent": "0",
  26. "mocha": "1",
  27. "should": "3"
  28. },
  29. "engines": {
  30. "node": ">= 0.8.0"
  31. },
  32. "scripts": {
  33. "test": "make test"
  34. },
  35. "gitHead": "e82b23836eb42003b8346fb31769da2fb7eb54e8",
  36. "bugs": {
  37. "url": "https://github.com/expressjs/mime-types/issues"
  38. },
  39. "homepage": "https://github.com/expressjs/mime-types",
  40. "_id": "mime-types@1.0.2",
  41. "_shasum": "995ae1392ab8affcbfcb2641dd054e943c0d5dce",
  42. "_from": "mime-types@>=1.0.0 <1.1.0",
  43. "_npmVersion": "1.4.21",
  44. "_npmUser": {
  45. "name": "dougwilson",
  46. "email": "doug@somethingdoug.com"
  47. },
  48. "maintainers": [
  49. {
  50. "name": "jongleberry",
  51. "email": "jonathanrichardong@gmail.com"
  52. },
  53. {
  54. "name": "fishrock123",
  55. "email": "fishrock123@rocketmail.com"
  56. },
  57. {
  58. "name": "dougwilson",
  59. "email": "doug@somethingdoug.com"
  60. }
  61. ],
  62. "dist": {
  63. "shasum": "995ae1392ab8affcbfcb2641dd054e943c0d5dce",
  64. "tarball": "http://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz"
  65. },
  66. "directories": {},
  67. "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz"
  68. }