package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "media-typer",
  3. "description": "Simple RFC 6838 media type parser and formatter",
  4. "version": "0.3.0",
  5. "author": {
  6. "name": "Douglas Christopher Wilson",
  7. "email": "doug@somethingdoug.com"
  8. },
  9. "license": "MIT",
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/jshttp/media-typer"
  13. },
  14. "devDependencies": {
  15. "istanbul": "0.3.2",
  16. "mocha": "~1.21.4",
  17. "should": "~4.0.4"
  18. },
  19. "files": [
  20. "LICENSE",
  21. "HISTORY.md",
  22. "index.js"
  23. ],
  24. "engines": {
  25. "node": ">= 0.6"
  26. },
  27. "scripts": {
  28. "test": "mocha --reporter spec --check-leaks --bail test/",
  29. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  30. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  31. },
  32. "gitHead": "d49d41ffd0bb5a0655fa44a59df2ec0bfc835b16",
  33. "bugs": {
  34. "url": "https://github.com/jshttp/media-typer/issues"
  35. },
  36. "homepage": "https://github.com/jshttp/media-typer",
  37. "_id": "media-typer@0.3.0",
  38. "_shasum": "8710d7af0aa626f8fffa1ce00168545263255748",
  39. "_from": "media-typer@0.3.0",
  40. "_npmVersion": "1.4.21",
  41. "_npmUser": {
  42. "name": "dougwilson",
  43. "email": "doug@somethingdoug.com"
  44. },
  45. "maintainers": [
  46. {
  47. "name": "dougwilson",
  48. "email": "doug@somethingdoug.com"
  49. }
  50. ],
  51. "dist": {
  52. "shasum": "8710d7af0aa626f8fffa1ce00168545263255748",
  53. "tarball": "http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz"
  54. },
  55. "directories": {},
  56. "_resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz"
  57. }