UNPKG

341 BJSONView Raw
1{
2 "name": "cron-parser",
3 "repo": "harrisiirak/cron-parser",
4 "description": "Node.js library for parsing crontab instructions",
5 "version": "2.4.3",
6 "keywords": ["cron", "crontab", "parser"],
7 "dependencies": {},
8 "development": {},
9 "main": "lib/parser.js",
10 "scripts": [ "lib/parser.js", "lib/expression.js", "lib/date.js" ]
11}