forked from UamNet/UamNetWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 696 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 696 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
{
"name": "UamNetWeb",
"version": "8.9.4",
"description": "Para probar la web en local, ejecutar 'node server.js'",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/UamNet/UamNetWeb.git"
},
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/UamNet/UamNetWeb/issues"
},
"homepage": "https://github.com/UamNet/UamNetWeb",
"dependencies": {
"express": "~4.13.3",
"oauth": "~0.9.14",
"nodemailer": "~1.5.0",
"body-parser": "~1.14.0",
"nodemailer-smtp-transport": "~1.0.3"
}
}