diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..99248a3 --- /dev/null +++ b/bower.json @@ -0,0 +1,19 @@ +{ + "name": "jquery-cron-hcentive", + "homepage": "https://github.com/hcentive/jquery-cron", + "authors": [ + "vaibhav.gupta " + ], + "description": "A jQuery plugin that uses Quartz Format to provide a simplified interface for users to specify cron entries", + "main": "./cron/jquery-cron-min.js", + "moduleType": [], + "license": "MIT", + "private": true, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}