-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.46 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"dependencies": {
"@sendgrid/mail": "^6.3.1",
"airtable": "^0.5.7",
"basicauth-middleware": "^3.1.0",
"chai": "^4.2.0",
"cors": "^2.8.5",
"cryptr": "^4.0.1",
"debug": "^4.1.0",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"faker": "^4.1.0",
"free-google-image-search": "^1.0.0",
"geojson": "^0.5.0",
"knex": "^0.15.2",
"knowledge-node": "^1.0.0",
"kue": "^0.11.6",
"kue-ui-express": "^1.1.1",
"libphonenumber-js": "^1.6.5",
"lodash": "^4.17.11",
"mime": "^2.3.1",
"mocha": "^5.2.0",
"moment": "^2.22.2",
"morgan": "^1.9.1",
"node-cron": "^2.0.3",
"normalize-email": "^1.1.1",
"pg": "^7.5.0",
"rimraf": "^2.6.2",
"snake-case": "^2.1.0",
"sqlite3": "^4.0.3",
"superagent": "^4.0.0-beta.5",
"supertest": "^3.3.0"
},
"name": "api",
"description": "Justice Democrats' API!",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {},
"scripts": {
"deploy": "gcloud beta functions deploy signup --region us-central1 --env-vars-file .env.yaml",
"start": "knex migrate:latest && node app.js",
"test": "NODE_ENV=test mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/justicedemocrats/api.git"
},
"author": "Ben Packer <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/justicedemocrats/api/issues"
},
"homepage": "https://github.com/justicedemocrats/api#readme"
}