You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
782 B

  1. {
  2. "author": {
  3. "name": "Robert Kieffer",
  4. "url": "http://github.com/broofa",
  5. "email": "robert@broofa.com"
  6. },
  7. "bin": {
  8. "mime": "cli.js"
  9. },
  10. "contributors": [
  11. {
  12. "name": "Benjamin Thomas",
  13. "url": "http://github.com/bentomas",
  14. "email": "benjamin@benjaminthomas.org"
  15. }
  16. ],
  17. "description": "A comprehensive library for mime-type mapping",
  18. "license": "MIT",
  19. "dependencies": {},
  20. "devDependencies": {
  21. "mime-db": "1.30.0"
  22. },
  23. "scripts": {
  24. "prepublish": "node build/build.js > types.json",
  25. "test": "node build/test.js"
  26. },
  27. "keywords": [
  28. "util",
  29. "mime"
  30. ],
  31. "main": "mime.js",
  32. "name": "mime",
  33. "repository": {
  34. "url": "https://github.com/broofa/node-mime",
  35. "type": "git"
  36. },
  37. "version": "1.4.1"
  38. }