fullstacklogger
Version:
Logger module for full stack registration
34 lines (33 loc) • 802 B
JSON
{
"name": "fullstacklogger",
"version": "1.0.1",
"description": "Logger module for full stack registration",
"main": "index.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sukisuso/FullStackLogger.git"
},
"keywords": [
"Log",
"Full",
"Stack"
],
"author": "Jesus Juan Aguilar",
"license": "MIT",
"bugs": {
"url": "https://github.com/sukisuso/FullStackLogger/issues"
},
"homepage": "https://github.com/sukisuso/FullStackLogger",
"dependencies": {
"body-parser": "1.15.2",
"bulma": "^0.1.2",
"express": "4.14.0",
"helmet": "2.1.2",
"nedb": "1.8.0",
"socket.io": "1.4.8"
}
}