-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
33 lines (33 loc) · 919 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
{
"name": "serverless-plugin-select",
"version": "2.0.0-rc.1",
"description": "Serverless plugin that selects which functions are to be deployed.",
"main": "src/index.js",
"scripts": {
"lint": "node_modules/.bin/standard src/**",
"lint:fix": "node_modules/.bin/standard --fix src/**"
},
"author": "Gonçalo Neves",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/FidelLimited/serverless-plugin-select.git"
},
"keywords": [
"serverless plugin select functions",
"serverless select",
"serverless plugin",
"lambda serverless",
"select lambda for deploy"
],
"bugs": {
"url": "https://github.com/FidelLimited/serverless-plugin-select/issues"
},
"homepage": "https://github.com/FidelLimited/serverless-plugin-select",
"dependencies": {
"bluebird": "^3.5.0"
},
"devDependencies": {
"standard": "^10.0.2"
}
}