package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "mime-types",
  3. "description": "ultimate mime type utility",
  4. "version": "1.0.0",
  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": "git://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. "scripts": {
  30. "test": "make test"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/expressjs/mime-types/issues"
  34. },
  35. "homepage": "https://github.com/expressjs/mime-types",
  36. "_id": "mime-types@1.0.0",
  37. "_shasum": "6a7b4a6af2e7d92f97afe03f047c7801e8f001d2",
  38. "_from": "mime-types@1.0.0",
  39. "_npmVersion": "1.4.9",
  40. "_npmUser": {
  41. "name": "fishrock123",
  42. "email": "fishrock123@rocketmail.com"
  43. },
  44. "maintainers": [
  45. {
  46. "name": "jongleberry",
  47. "email": "jonathanrichardong@gmail.com"
  48. },
  49. {
  50. "name": "fishrock123",
  51. "email": "fishrock123@rocketmail.com"
  52. }
  53. ],
  54. "dist": {
  55. "shasum": "6a7b4a6af2e7d92f97afe03f047c7801e8f001d2",
  56. "tarball": "http://registry.npmjs.org/mime-types/-/mime-types-1.0.0.tgz"
  57. },
  58. "directories": {},
  59. "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-1.0.0.tgz"
  60. }