-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 878 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 878 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
{
"name": "e-luminous-api",
"version": "1.0.0",
"description": "An Intelligent e-Scientific Lab room assistant for college student's to get the analytical results and accuracy of each observation.",
"main": "app.js",
"scripts": {
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/e-Luminous/node-api.git"
},
"keywords": [
"e-Luminous",
"api"
],
"author": "@TeamTigers",
"license": "ISC",
"bugs": {
"url": "https://github.com/e-Luminous/node-api/issues"
},
"homepage": "https://github.com/e-Luminous/node-api#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.17",
"morgan": "^1.10.0",
"validator": "^13.1.1"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}