component.json 453 B

12345678910111213141516
  1. {
  2. "name": "mime-types",
  3. "description": "The ultimate javascript content-type utility.",
  4. "version": "0.1.0",
  5. "author": {
  6. "name": "Jonathan Ong",
  7. "email": "me@jongleberry.com",
  8. "url": "http://jongleberry.com",
  9. "twitter": "https://twitter.com/jongleberry"
  10. },
  11. "repository": "expressjs/mime-types",
  12. "license": "MIT",
  13. "main": "lib/index.js",
  14. "scripts": ["lib/index.js"],
  15. "json": ["mime.json", "node.json", "custom.json"]
  16. }