package.json 527 B

12345678910111213141516171819
  1. {
  2. "name": "openurl",
  3. "version": "1.1.1",
  4. "author": "Axel Rauschmayer <axe@rauschma.de>",
  5. "description": "Open a URL via the operating system (http: in default browser, mailto: in mail client etc.",
  6. "main": "./openurl.js",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/rauschma/openurl"
  10. },
  11. "keywords": [
  12. "desktop",
  13. "browser"
  14. ],
  15. "license": "MIT",
  16. "__npminstall_done": true,
  17. "_from": "openurl@1.1.1",
  18. "_resolved": "https://registry.npmmirror.com/openurl/-/openurl-1.1.1.tgz"
  19. }