-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 821 Bytes
/
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
{
"homepage": "https://github.com/obrymec/it_infrastructure_manager#readme",
"author": "Obrymec - obrymecsprinces@gmail.com",
"description": "It infrastructure management.",
"name": "it-infrastructure-manager",
"main": "./server.js",
"version": "1.0.1",
"private": "false",
"license": "MIT",
"bugs": {
"url": "https://github.com/obrymec/it_infrastructure_manager/issues"
},
"devDependencies": {
"nodemon": "^2.0.20"
},
"repository": {
"url": "https://github.com/obrymec/it_infrastructure_manager.git",
"type": "git"
},
"scripts": {
"dev": "nodemon ./server.js",
"start": "node ./server.js"
},
"dependencies": {
"password-validator": "^5.2.1",
"email-validator": "^2.0.4",
"body-parser": "^1.19.1",
"underscore": "^1.13.2",
"express": "^4.17.2",
"mongodb": "^4.2.2"
}
}