forked from sbose1/SMSGatewayAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 670 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 670 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
{
"name": "auth-api",
"version": "1.0.0",
"description": "RESTful API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"keywords": [
"node",
"restful",
"api"
],
"author": "Group3",
"dependencies": {
"apikeygen": "^1.1.0",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"firebase-admin": "^6.0.0",
"jsonwebtoken": "^8.1.0",
"mongoose": "^4.13.5",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"url-parse": "^1.4.3",
"uuid-apikey": "^1.4.0"
},
"devDependencies": {
"nodemon": "^1.12.1"
}
}