mail/webmail/package.json
2018-12-05 12:04:39 +01:00

16 lines
283 B
JSON

{
"name": "webmail",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3"
}
}