-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "on3d",
"version": "1.0.0",
"description": "Sistema web para la administracion, cotizacion y realizacion de impresiones 3D",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miguel5612/on3D.git"
},
"keywords": [
"node",
"js",
"stl",
"arduino",
"supervision",
"monitoreo",
"remoto",
"web"
],
"author": "Miguel Angel Califa Urquiza - Carlos Mauricio Pallares",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/miguel5612/on3D/issues"
},
"homepage": "https://github.com/miguel5612/on3D#readme",
"dependencies": {
"cookie-parser": "^1.4.3",
"cookieparser": "^0.1.0",
"dateformat": "^3.0.3",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"formidable": "^1.2.1",
"fs": "0.0.1-security",
"moment": "^2.22.2",
"moment-business-time": "^0.7.1",
"mysql": "^2.16.0",
"nodemailer": "^4.6.7",
"pdfkit": "^0.8.3"
}
}