You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
crontab-ui/package.json

41 lines
886 B

10 years ago
{
"name": "crontab-ui",
"version": "0.3.16",
10 years ago
"description": "Easy and safe way to manage your crontab file",
"main": "index.js",
"scripts": {
"start": "node app.js",
"test": "node tests/test.js"
10 years ago
},
"dependencies": {
10 years ago
"body-parser": "latest",
8 years ago
"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",
"nodemailer": "^6.7.3"
10 years ago
},
"engines": {
"node": ">=15.0.0"
10 years ago
},
"bin": {
"crontab-ui": "bin/crontab-ui.js",
"crontab-ui-mailer": "bin/crontab-ui-mailer.js"
10 years ago
},
"repository": {
"type": "git",
"url": "https://github.com/alseambusher/crontab-ui"
},
"keywords": [
"Crontab",
"node"
],
"author": "Suresh Alse",
"license": "MIT"
}