-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 909 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
33
34
35
36
37
38
39
{
"name": "computer4all",
"version": "1.0.0",
"description": "Remote administration of Linux workstations using LTSP",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo 'No test specified'",
"dev": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ifto-palmas/computer4all.git"
},
"keywords": [
"linux",
"administration",
"lab",
"LSTP",
"remote",
"software"
],
"author": "Manoel Campos da Silva Filho",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ifto-palmas/computer4all/issues"
},
"homepage": "https://github.com/ifto-palmas/computer4all",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.1",
"swagger-jsdoc": "^6.2.5",
"swagger-ui-express": "^4.6.0",
"yaml": "^2.1.1"
},
"devDependencies": {
"nodemon": "^2.0.19"
}
}