WME/aufgabe5/package.json

17 lines
329 B
JSON
Raw Normal View History

2019-01-09 11:25:28 +00:00
{
"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"
}
}