-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1009 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1009 Bytes
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-plugin-jsonenv",
"version": "1.1.0-rc.1",
"description": "Merge a JSON file with your provider or functions environment objects.",
"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-jsonenv.git"
},
"keywords": [
"serverless plugin json environment",
"serverless plugin json variables",
"serverless plugin s3 variables",
"serverless s3 variables",
"serverless s3 environment",
"serverless plugin",
"aws serverless"
],
"bugs": {
"url": "https://github.com/FidelLimited/serverless-plugin-jsonenv/issues"
},
"homepage": "https://github.com/FidelLimited/serverless-plugin-jsonenv",
"dependencies": {
"bluebird": "^3.5.0"
},
"devDependencies": {
"standard": "^10.0.2"
}
}