crontab-ui/package.json

41 lines
886 B
JSON
Raw Normal View History

2015-06-11 17:17:06 +00:00
{
"name": "crontab-ui",
2022-04-03 23:17:49 +00:00
"version": "0.3.16",
2015-06-11 17:17:06 +00:00
"description": "Easy and safe way to manage your crontab file",
"main": "index.js",
"scripts": {
"start": "node app.js",
"test": "node tests/test.js"
2015-06-11 17:17:06 +00:00
},
"dependencies": {
2015-06-13 20:38:20 +00:00
"body-parser": "latest",
2016-08-05 17:47:49 +00:00
"connect-busboy": "latest",
"cron-parser": "latest",
"cronstrue": "latest",
"ejs": "latest",
"express": "latest",
"express-basic-auth": "^1.2.0",
"mime-types": "latest",
"moment": "latest",
"nedb": "latest",
2022-04-03 23:17:49 +00:00
"nodemailer": "^6.7.3"
2015-06-11 17:17:06 +00:00
},
"engines": {
2022-04-04 00:32:09 +00:00
"node": ">=15.0.0"
2015-06-13 20:38:20 +00:00
},
"bin": {
"crontab-ui": "bin/crontab-ui.js",
"crontab-ui-mailer": "bin/crontab-ui-mailer.js"
2015-06-11 17:17:06 +00:00
},
"repository": {
"type": "git",
"url": "https://github.com/alseambusher/crontab-ui"
},
"keywords": [
"Crontab",
"node"
],
"author": "Suresh Alse",
"license": "MIT"
}