-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 883 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
{
"name": "serverless-form-handler",
"version": "1.0.0",
"description": "Form handling microservice with simple validation, HTML or JSON responses, and Mailgun+Slack notifications.",
"main": "index.js",
"dependencies": {
"@slack/webhook": "^5.0.1",
"axios": "^0.19.0",
"html-minifier": "^4.0.0",
"mailgun.js": "^2.0.1",
"useragent": "^2.3.0"
},
"devDependencies": {
"jest": "^24.9.0"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/workingconcept/serverless-form-handler.git"
},
"author": "Working Concept",
"license": "MIT",
"bugs": {
"url": "https://github.com/workingconcept/serverless-form-handler/issues"
},
"homepage": "https://github.com/workingconcept/serverless-form-handler"
}