package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "media-typer",
  3. "description": "Simple RFC 6838 media type parser and formatter",
  4. "version": "0.2.0",
  5. "author": {
  6. "name": "Douglas Christopher Wilson",
  7. "email": "doug@somethingdoug.com"
  8. },
  9. "license": "MIT",
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/expressjs/media-typer"
  13. },
  14. "devDependencies": {
  15. "istanbul": "0.2.10",
  16. "mocha": "~1.20.1",
  17. "should": "~4.0.4"
  18. },
  19. "engines": {
  20. "node": ">= 0.8.0"
  21. },
  22. "scripts": {
  23. "test": "mocha --reporter dot test/",
  24. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/",
  25. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/"
  26. },
  27. "bugs": {
  28. "url": "https://github.com/expressjs/media-typer/issues"
  29. },
  30. "homepage": "https://github.com/expressjs/media-typer",
  31. "_id": "media-typer@0.2.0",
  32. "dist": {
  33. "shasum": "d8a065213adfeaa2e76321a2b6dda36ff6335984",
  34. "tarball": "http://registry.npmjs.org/media-typer/-/media-typer-0.2.0.tgz"
  35. },
  36. "_from": "media-typer@0.2.0",
  37. "_npmVersion": "1.4.3",
  38. "_npmUser": {
  39. "name": "dougwilson",
  40. "email": "doug@somethingdoug.com"
  41. },
  42. "maintainers": [
  43. {
  44. "name": "dougwilson",
  45. "email": "doug@somethingdoug.com"
  46. }
  47. ],
  48. "directories": {},
  49. "_shasum": "d8a065213adfeaa2e76321a2b6dda36ff6335984",
  50. "_resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.2.0.tgz"
  51. }