UNPKG

sharegit

Version:
49 lines 1.04 kB
{ "name": "sharegit", "version": "1.0.4", "description": "Share project to remote git repo.", "main": "lib", "bin": { "sharegit": "bin/sharegit" }, "scripts": { "test": "./ci/test.js" }, "repository": "okunishinishi/node-sharegit", "keywords": [ "github", "git", "tag", "automation" ], "author": { "name": "Taka Okunishi", "url": "http://okunishitaka.com" }, "license": "MIT", "bugs": { "url": "https://github.com/okunishinishi/node-sharegit/issues" }, "homepage": "https://github.com/okunishinishi/node-sharegit#readme", "dependencies": { "argx": "*", "async": "*", "commander": "*", "execcli": "*" }, "devDependencies": { "ape-covering": "^2.0.2", "ape-releasing": "^2.0.1", "ape-reporting": "^2.0.3", "ape-tasking": "^2.0.2", "ape-testing": "^2.0.1", "ape-tmpl": "^2.0.10", "ape-updating": "^2.0.3", "coz": "^4.0.3", "coz-tmpl": "^1.2.0", "injectmock": "^1.1.3" }, "engines": { "node": ">=4.0.0" } }