-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 918 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 918 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
39
40
41
42
43
44
{
"name": "@s2a/serverless",
"version": "1.0.0",
"description": "Repository for S2A lambda functions",
"keywords": [
"cloud functions",
"lambda",
"serverless"
],
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git://github.com/riksof-anas/serverless.git"
},
"scripts": {},
"author": {
"name": "RIKSOF (Private) Limited",
"email": "info@riksof.com"
},
"contributors": [
{
"name": "Khurram Ali",
"email": "info@riksof.com"
},
{
"name": "Anas Ahmed",
"email": "info@riksof.com"
}
],
"homepage": "https://s2a.io",
"peerDependencies": {
"fcm-push": "1.1.3",
"nodemailer": "4.0.1",
"nodemailer-smtp-transport": "2.7.4",
"popsicle": "9.2.0",
"request": "2.88.2",
"twilio": "3.18.0"
},
"dependencies": {},
"devDependencies": {
"mocha": "5.2.0",
"mocha-jsdom": "1.1.0"
}
}