UNPKG

ape-releasing

Version:

ape framework module for releasing tasks.

48 lines (47 loc) 1.09 kB
{ "name": "ape-releasing", "version": "1.0.13", "description": "ape framework module for releasing tasks.", "main": "lib", "scripts": { "build": "./ci/build.js", "test": "./ci/test.js", "cover": "./ci/cover.js", "report": "./ci/report.js" }, "repository": { "type": "git", "url": "git+https://github.com/ape-repo/ape-releasing.git" }, "keywords": [ "ape", "releasing" ], "author": { "name": "Taka Okunishi", "url": "http://okunishitaka.com" }, "license": "MIT", "bugs": { "url": "https://github.com/ape-repo/ape-releasing/issues" }, "homepage": "https://github.com/ape-repo/ape-releasing#readme", "dependencies": { "argx": "^1.1.5", "async": "^1.4.0", "colorprint": "^1.1.1", "execcli": "^2.0.1", "taggit": "^1.0.4", "versionup": "^1.1.0", "yesno": "0.0.1" }, "devDependencies": { "ape-covering": "^1.0.2", "ape-reporting": "^1.0.3", "ape-tasking": "^1.0.2", "ape-testing": "^1.1.3", "ape-tmpl": "^1.0.1", "coz": "^1.5.0", "injectmock": "^1.0.4" } }