UNPKG

git-secure-tag

Version:

Git tags with higher level of security

44 lines (43 loc) 947 B
{ "name": "git-secure-tag", "version": "2.3.1", "description": "Git tags with higher level of security", "main": "lib/git-secure-tag.js", "bin": { "git-secure-tag": "bin/git-secure-tag" }, "scripts": { "lint": "make lint", "format": "make format", "test": "tape test/*-test.js && npm run lint" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/indutny/git-secure-tag.git" }, "keywords": [ "git", "secure", "tag", "sha256", "gpg", "signature", "verify", "sign" ], "author": "Fedor Indutny <fedor@indutny.com>", "license": "MIT", "bugs": { "url": "https://github.com/indutny/git-secure-tag/issues" }, "homepage": "https://github.com/indutny/git-secure-tag#readme", "dependencies": { "async": "^2.0.0-rc.6", "yargs": "^4.7.1" }, "devDependencies": { "eslint": "^3.0.1", "rimraf": "^2.5.3", "tape": "^4.6.0" } }