WME/aufgabe3/package.json

17 lines
329 B
JSON
Raw Normal View History

2018-12-06 11:21:40 +00:00
{
"name": "TEAM_00",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
2019-01-05 13:43:01 +00:00
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
2018-12-06 11:21:40 +00:00
},
"author": "TEAM_00",
"license": "ISC",
2018-12-06 11:52:54 +00:00
"dependencies": {
"csvtojson": "^2.0.8",
"express": "^4.16.4"
}
2018-12-06 11:21:40 +00:00
}