forked from 0fprod/tfg-bim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1002 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
40
41
42
43
44
{
"name": "tfg-bim",
"version": "1.0.0",
"description": "Proyecto final de grado. Gestor de incidencias BIM",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Franjpr/tfg-bim.git"
},
"keywords": [
"BIM",
"IFC",
"BFC",
"GitHub",
"ULL"
],
"author": "franjpr",
"license": "ISC",
"bugs": {
"url": "https://github.com/Franjpr/tfg-bim/issues"
},
"homepage": "https://github.com/Franjpr/tfg-bim#readme",
"devDependencies": {
"nodemon": "^1.11.0"
},
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"ejs": "^2.5.6",
"email-via-gmail": "^1.0.5",
"express": "^4.15.2",
"express-session": "^1.15.2",
"github": "^9.2.0",
"helmet": "^3.6.1",
"mongoose": "^4.9.3",
"path": "^0.12.7",
"serve-favicon": "^2.4.3",
"underscore": "^1.8.3"
}
}