UNPKG

semantic-release-gitlab-releaser

Version:

semantic-release-gitlab plugin that creates a git tag and a GitLab release entry.

63 lines (62 loc) 1.83 kB
{ "author": { "name": "Hutson Betts", "email": "hutson@hyper-expanse.net", "url": "https://gitlab.com/hutson" }, "bin": {}, "bugs": { "url": "https://gitlab.com/hyper-expanse/open-source/semantic-release-gitlab-releaser/issues" }, "description": "semantic-release-gitlab plugin that creates a git tag and a GitLab release entry.", "engines": { "node": ">=6.9.0" }, "files": [ "src/" ], "homepage": "https://gitlab.com/hyper-expanse/open-source/semantic-release-gitlab-releaser#readme", "keywords": [ "semantic-release", "gitlab", "notice" ], "license": "Apache-2.0", "main": "src/index.js", "name": "semantic-release-gitlab-releaser", "repository": { "type": "git", "url": "https://gitlab.com/hyper-expanse/open-source/semantic-release-gitlab-releaser.git" }, "scripts": { "dev": "docker run --rm --user node -v \"$(pwd)\":/app -w /app -it node:4 sh -c \"yarn install; yarn test; bash\"", "test": "eslint src/ && nyc mocha --opts mocha.opts src/**/*.spec.js" }, "version": "5.0.0", "dependencies": { "bluebird": "^3.3.4", "conventional-gitlab-releaser": "^4.0.0", "debug": "^4.0.0", "get-pkg-repo": "^2.0.0", "lodash": "^4.0.1" }, "devDependencies": { "@hbetts/conventional-changelog-config": "^1.0.0", "@hbetts/eslint-config": "^1.0.1", "@hbetts/nyc-config": "^1.0.2", "chai": "^4.0.2", "chai-as-promised": "^7.0.0", "codecov": "^3.0.0", "eslint": "^5.0.0", "mocha": "^5.0.0", "nock": "^9.0.0", "npm-publish-git-tag": "^2.0.0", "nyc": "^13.0.0", "proxyquire": "^2.0.0", "semantic-release-gitlab": "^7.0.0", "sinon": "^6.0.0", "sinon-chai": "^3.0.0" }, "readme": "ERROR: No README data found!", "_id": "semantic-release-gitlab-releaser@1.0.0" }