menuizer/package.json

23 lines
488 B
JSON
Raw Normal View History

2019-09-10 09:09:19 +00:00
{
"name": "menuizer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"dateformat": "^3.0.3",
2019-09-10 09:33:33 +00:00
"localstorage": "^1.0.1",
2019-09-10 09:09:19 +00:00
"log4js": "^5.1.0",
2019-09-10 09:33:33 +00:00
"node-cron": "^2.0.3",
"node-localstorage": "^1.3.1",
2019-09-10 09:09:19 +00:00
"pug": "^2.0.4",
"smtp-email-sender": "^1.0.0",
"to-sentence-case": "^1.0.0",
"ultrases": "^0.1.3"
}
}