WME/aufgabe5/package.json
2019-01-11 12:31:36 +01:00

18 lines
358 B
JSON
Executable file

{
"name": "TEAM_00",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "TEAM_00",
"license": "ISC",
"dependencies": {
"csvtojson": "^2.0.8",
"express": "^4.16.4",
"mappa-mundi": "0.0.5"
}
}