package.json 394 B

12345678910111213141516
  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. }