-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 919 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 919 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
{
"name": "simple-vote-express",
"version": "1.0.0",
"description": "auto fill voter rgistration form",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "functions deploy fillAndSignForms --trigger-http",
"deploy": "gcloud functions deploy fillAndSignForms --env-vars-file .env.yaml --region europe-west1 --runtime nodejs10 --trigger-http"
},
"author": "",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^6.3.1",
"data-uri-to-buffer": "^2.0.1",
"pdf-lib": "^0.6.1",
"sendgrid": "^5.2.3"
},
"devDependencies": {
"eslint": "^5.16.0"
},
"repository": {
"type": "git",
"url": "git+https://DTPhil@github.com/TechForUK/simple-vote-api-2.git"
},
"bugs": {
"url": "https://github.com/TechForUK/simple-vote-api-2/issues"
},
"homepage": "https://github.com/TechForUK/simple-vote-api-2#readme"
}