forked from anantab/serverless-plugin-ifelse
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 873 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
{
"name": "serverless-plugin-ifelse",
"version": "1.0.3",
"description": "A Serverless Plugin to write If Else conditions in serverless YAML file",
"main": "index.js",
"scripts": {
"test": "jest",
"eslint": "eslint --ignore-path .gitignore \"./**/*.js\"",
"eslint-fix": "eslint --ignore-path .gitignore --fix \"./**/*.js\""
},
"keywords": [
"serverless",
"serverless-plugin",
"serverless-ifelse",
"ifelse"
],
"author": "Ananta Bhandari",
"license": "MIT",
"devDependencies": {
"eslint": "^5.8.0",
"jest": "^23.6.0"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/anantab/serverless-plugin-ifelse.git"
},
"bugs": {
"url": "https://github.com/anantab/serverless-plugin-ifelse/issues"
},
"homepage": "https://github.com/anantab/serverless-plugin-ifelse"
}