serverless-gradual-traffic-shifting
Version:
A Serverless plugin to implement gradual deployment of Lambda functions
47 lines (46 loc) • 1.32 kB
JSON
{
"name": "serverless-gradual-traffic-shifting",
"engines": {
"node": ">=6.0"
},
"version": "0.1.1",
"description": "A Serverless plugin to implement gradual deployment of Lambda functions",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test ./node_modules/mocha/bin/mocha $(find ./ -name '*.test.js' -not -path '.*/node_modules/*') --timeout 15000",
"watch": "NODE_ENV=test ./node_modules/mocha/bin/mocha -w $(find ./ -name '*.test.js' -not -path '*/node_modules/*') --timeout 15000"
},
"author": "Pritam Paul <pritamstyz4ever@gmail.com>",
"license": "ISC",
"dependencies": {
"flat": "^4.0.0",
"lodash": "^4.17.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pritamstyz4ever/serverless-gradual-traffic-shifting.git"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"eslint": "^4.18.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"get-installed-path": "^4.0.8",
"mocha": "^5.0.0",
"serverless": "^1.27.3"
},
"peerDependencies": {
"serverless": ">= 1.26.0"
},
"keywords": [
"aws",
"lambda",
"serverless",
"gradual",
"deployments",
"traffic"
]
}