UNPKG

github-npm

Version:
28 lines (27 loc) 612 B
{ "name": "github-npm", "version": "1.3.0", "description": "Release npm packages on Github", "main": "release.sh", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/abranhe/github-npm.git" }, "keywords": [ "realease", "npm-publish", "github-release" ], "bin": { "github-npm": "./release.sh" }, "author": "Carlos Abraham", "license": "MIT", "bugs": { "url": "https://github.com/abranhe/github-npm/issues" }, "homepage": "https://github.com/abranhe/github-npm#readme" }