UNPKG

npm-open

Version:

Open homepage for npm package in the browser, github or website

39 lines (38 loc) 770 B
{ "name": "npm-open", "version": "0.2.0", "description": "Open homepage for npm package in the browser, github or website", "author": "Eugene Sharygin <eush77@gmail.com>", "license": "MIT", "preferGlobal": true, "bin": { "npm-open": "cli.js" }, "scripts": { "test": "tape test/**.js" }, "homepage": "https://github.com/eush77/npm-open", "repository": { "type": "git", "url": "https://github.com/eush77/npm-open" }, "bugs": { "url": "https://github.com/eush77/npm-open/issues" }, "keywords": [ "npm", "project", "package", "open", "homepage", "repository", "github" ], "dependencies": { "npmconf": "^2.1.1", "opn": "^1.0.1" }, "devDependencies": { "tape": "^3.5.0" } }