kef-cloudbuild-runner
Version:
runner for cloudbuild
43 lines • 876 B
JSON
{
"name": "kef-cloudbuild-runner",
"version": "0.1.0",
"description": "runner for cloudbuild",
"main": "lib/index.js",
"scripts": {
"test": "mocha"
},
"bin": {
"builder-runner": "./bin/runner.js"
},
"repository": {
"type": "git",
"url": "https://github.com/younth"
},
"keywords": [
"cloudbuild"
],
"author": "younth",
"license": "ISC",
"dependencies": {
"ali-oss": "^4.8.0",
"async": "^2.5.0",
"chalk": "^2.0.1",
"co": "^4.6.0",
"commander": "^2.11.0",
"cross-spawn": "^5.1.0",
"cryptr": "^2.0.0",
"debug": "^2.6.8",
"fs-extra": "^4.0.0",
"glob": "^7.1.2",
"md5": "^2.2.1",
"mkdirp": "^0.5.1",
"moment": "^2.18.1",
"npm-run-path": "^2.0.2",
"request": "^2.81.0",
"tar": "^2.2.1",
"tar-stream": "^1.5.4"
},
"devDependencies": {
"mocha": "^3.4.2"
}
}