UNPKG

cronli5

Version:

Cron Like I'm Five: A Cron to English Utility

33 lines (32 loc) 736 B
{ "name": "cronli5", "version": "0.0.0-beta.6", "description": "Cron Like I'm Five: A Cron to English Utility", "repository": { "type": "git", "url": "https://github.com/abroz/cronli5.git" }, "main": "cronli5.js", "bin": "cli.js", "scripts": { "build": "uglifyjs cronli5.js -o conli5.min.js -c -m --comments", "lint": "eslint cronli5.js test --fix", "test": "npm run lint && mocha" }, "keywords": [ "cron", "crontab" ], "author": { "name": "Andrew Broz", "email": "andrew.broz@gmail.com", "url": "https://github.com/abroz" }, "license": "MIT", "devDependencies": { "chai": "^3.5.0", "eslint": "^2.8.0", "mocha": "^2.4.5", "uglify-js": "^2.6.2" } }