-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.21 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
{
"scripts": {
"prestart": "eslint ./src --fix",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev-start": "nodemon app.js",
"lint": "eslint ./src --fix"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"google-distance-matrix": "^1.1.1",
"jsonwebtoken": "^8.4.0",
"lodash": "^4.17.11",
"mongoose": "^5.3.13",
"morgan": "^1.9.1",
"node-gcm": "^1.0.2",
"node-geocoder": "^3.22.0",
"node-mailjet": "^3.3.1",
"otplib": "^10.0.1",
"paystack": "^2.0.1",
"validator": "^10.9.0"
},
"name": "fuudnet",
"version": "1.0.0",
"description": "A food application",
"main": "app.js",
"devDependencies": {
"eslint": "^5.9.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"nodemon": "^1.18.7"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/natterbasee/fuudnet_backend.git"
},
"keywords": [
"food"
],
"author": "Muhammad Ndako",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/natterbasee/fuudnet_backend/issues"
},
"homepage": "https://gitlab.com/natterbasee/fuudnet_backend#README"
}