diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..bb5cf06 --- /dev/null +++ b/bower.json @@ -0,0 +1,20 @@ +{ + "name": "jquery.schedule", + "version": "0.0.0", + "homepage": "https://github.com/ateliee/jquery.schedule", + "authors": [ + "Syouta minato " + ], + "description": "jQuery time schedule plugin", + "main": "js/jq.schedule.js", + "keywords": [ + "jquery", + "calendar" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components" + ] +}