WME/aufgabe3/package.json
2019-01-05 14:43:01 +01:00

16 lines
329 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"
}
}