-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 817 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 817 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
36
37
38
{
"name": "serverless-package-plugin",
"version": "1.0.2",
"engines": {
"node": ">=4.0"
},
"description": "Serverless Package Plugin - Allow packaging functions without deployment",
"author": "Frank Schmid",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/HyperBrain/serverless-package-plugin"
},
"keywords": [
"serverless package plugin",
"serverless package",
"serverless framework plugin",
"serverless applications",
"serverless plugins",
"lambda",
"aws",
"aws lambda",
"amazon",
"amazon web services",
"serverless.com"
],
"main": "index.js",
"bin": {},
"scripts": {
},
"devDependencies": {
},
"dependencies": {
"bluebird": "^3.1.1",
"fs-extra": "~0.26.7",
"lodash": "^4.0.0"
}
}