forked from MattRuddick/aws-ses-template-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 785 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
34
35
36
{
"name": "aws-ses-template-manager",
"version": "4.1.0",
"adonis-version": "4.1.0",
"description": "GUI wrapper around AWS SES SDK",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "node ace test"
},
"keywords": [
"adonisjs",
"adonis-app"
],
"author": "https://github.com/MattRuddick",
"contributors": [
{
"name": "Jay Simons",
"url": "https://jay.designly.biz"
}
],
"license": "MIT",
"private": true,
"dependencies": {
"@adonisjs/ace": "^5.0.8",
"@adonisjs/bodyparser": "^2.0.9",
"@adonisjs/fold": "^4.0.9",
"@adonisjs/framework": "^5.0.9",
"@adonisjs/ignitor": "^2.0.8",
"adonis-throttle": "^2.3.6",
"aws-sdk": "^2.742.0"
},
"autoload": {
"App": "./app"
}
}