-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 891 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
{
"name": "travelmap",
"version": "1.0.0",
"description": "A map that collects all your travels",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edospadoni/travelmap.git"
},
"keywords": [
"map",
"travel",
"travelmap"
],
"author": "Edoardo Spadoni",
"license": "ISC",
"bugs": {
"url": "https://github.com/edospadoni/travelmap/issues"
},
"homepage": "https://github.com/edospadoni/travelmap#readme",
"dependencies": {
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"ejs": "^2.5.1",
"express": "~4.13.4",
"fs": "0.0.1-security",
"i18n-iso-countries": "^1.8.0",
"morgan": "~1.7.0",
"mysql": "^2.11.1",
"serve-favicon": "~2.3.0"
}
}