forked from serverless-heaven/serverless-aws-alias
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 799 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "serverless-aws-alias",
"version": "0.3.4-alpha1",
"description": "Serverless plugin to support AWS function aliases",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:hyperbrain/serverless-aws-alias.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Frank Schmid <[email protected]>",
"license": "MIT",
"keywords": [
"serverless",
"plugin",
"1.0",
"aws",
"lambda",
"alias",
"aliases"
],
"dependencies": {
"bluebird": "^3.4.7",
"chalk": "^1.1.3",
"lodash": "^4.17.4"
},
"devDependencies": {
"eslint": "^3.15.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-lodash": "^2.3.4",
"eslint-plugin-promise": "^3.4.0"
}
}