-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.14 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "sky-mixin-asm",
"version": "1.0.0",
"description": "Sky mixin for the AWS Secrets Manager",
"main": "build/npm/src/index.js",
"files": [
"build/npm/src",
"files",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pandastrike/sky-mixin-asm.git"
},
"keywords": [
"aws",
"serverless",
"panda",
"sky"
],
"contributors": [
{
"name": "Dan Yoder",
"email": "[email protected]"
},
{
"name": "David Harper",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pandastrike/sky-mixin-asm/issues"
},
"homepage": "https://github.com/pandastrike/sky-mixin-asm#readme",
"dependencies": {
"ajv": "^6.10.2",
"panda-garden": "^3.2.0",
"panda-parchment": "^4.2.0",
"panda-quill": "^3.4.5",
"panda-river": "^4.4.2",
"panda-serialize": "^0.4.0",
"panda-template": "^1.1.0",
"sundog": "^5.0.0"
},
"devDependencies": {
"panda-9000": "^4.4.0",
"panda-builder": "^3.2.1"
}
}