-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 833 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 833 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
{
"name": "@wintercms/wn-driveraws-plugin",
"version": "1.0.0",
"description": "Driver that adds support for the AWS SDK (S3, SQS queues, DynamoDB, SES mail driver) to WinterCMS",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/wintercms/wn-driveraws-plugin.git"
},
"author": {
"name": "Jack Wilkinson",
"email": "me@jackwilky.com",
"url": "https://wintercms.com"
},
"contributors": [
{
"name": "Winter CMS Maintainers",
"url": "https://wintercms.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/wintercms/wn-driveraws-plugin/issues"
},
"homepage": "https://wintercms.com/",
"devDependencies": {
"laravel-vapor": "^0.6.0"
}
}