serverless-plugin-cicd
Version:
A Serverless Plugin for adding simple CICD Pipelines to serverless functions
33 lines (32 loc) • 825 B
JSON
{
"name": "serverless-plugin-cicd",
"version": "0.1.1",
"description": "A Serverless Plugin for adding simple CICD Pipelines to serverless functions",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheBlackTuxCorp/serverless-plugin-cicd.git"
},
"keywords": [
"Serverless",
"Plugins",
"The Black Tux",
"CICD"
],
"author": "The Black Tux",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/TheBlackTuxCorp/serverless-plugin-cicd/issues"
},
"homepage": "https://github.com/TheBlackTuxCorp/serverless-plugin-cicd#readme",
"dependencies": {
"lodash": "^4.17.4"
},
"devDependencies": {
"standard": "^10.0.3"
}
}