crontab-ui/package.json

35 lines
677 B
JSON
Raw Normal View History

2015-06-11 17:17:06 +00:00
{
"name": "crontab-ui",
2016-02-14 16:28:39 +00:00
"version": "0.1.6",
2015-06-11 17:17:06 +00:00
"description": "Easy and safe way to manage your crontab file",
"main": "index.js",
"scripts": {
2015-06-13 20:38:20 +00:00
"start": "node app.js"
2015-06-11 17:17:06 +00:00
},
"dependencies": {
"express": "latest",
2015-06-11 19:21:59 +00:00
"ejs": "latest",
2015-06-12 10:17:26 +00:00
"nedb": "latest",
2015-06-13 20:38:20 +00:00
"body-parser": "latest",
"mime": "latest",
"cron-parser": "latest",
"connect-busboy": "latest"
2015-06-11 17:17:06 +00:00
},
"engines": {
"node": "latest"
2015-06-13 20:38:20 +00:00
},
"bin": {
"crontab-ui": "bin/crontab-ui.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"
}