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.
35 lines
701 B
35 lines
701 B
{ |
|
"name": "crontab-ui", |
|
"version": "0.1.8", |
|
"description": "Easy and safe way to manage your crontab file", |
|
"main": "index.js", |
|
"scripts": { |
|
"start": "node app.js" |
|
}, |
|
"dependencies": { |
|
"express": "latest", |
|
"ejs": "latest", |
|
"nedb": "latest", |
|
"body-parser": "latest", |
|
"mime": "latest", |
|
"cron-parser": "latest", |
|
"connect-busboy": "latest", |
|
"moment": "latest" |
|
}, |
|
"engines": { |
|
"node": "latest" |
|
}, |
|
"bin": { |
|
"crontab-ui": "bin/crontab-ui.js" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/alseambusher/crontab-ui" |
|
}, |
|
"keywords": [ |
|
"Crontab", |
|
"node" |
|
], |
|
"author": "Suresh Alse", |
|
"license": "MIT" |
|
}
|
|
|