diff --git a/.bowerrc b/.bowerrc new file mode 100644 index 0000000..baa91a3 --- /dev/null +++ b/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory": "bower_components" +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 2f836aa..0d20b64 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -*~ *.pyc diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..b20b85c --- /dev/null +++ b/bower.json @@ -0,0 +1,19 @@ +{ + "name": "jquery-cron", + "homepage": "https://github.com/shootermv/jquery-cron", + "version": "0.1.4.2", + "main": [ + "./cron/jquery-cron.js" + ], + "authors": [ + "Shawn Chin" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}