diff options
author | Stanislau Wolski <stanislau.wolski@gmail.com> | 2013-10-18 15:52:27 +0300 |
---|---|---|
committer | Stanislau Wolski <stanislau.wolski@gmail.com> | 2013-10-18 15:52:27 +0300 |
commit | e2aaaef8540fabd0b5200a4959c269d6f1ae352e (patch) | |
tree | cc1ce04acc0eb9c3ebb1d7ed9d69de3ab4e5b662 | |
parent | c2e1fd58b0c848118cf8554de50f788199d609e2 (diff) | |
download | scheduler-e2aaaef8540fabd0b5200a4959c269d6f1ae352e.zip scheduler-e2aaaef8540fabd0b5200a4959c269d6f1ae352e.tar.gz scheduler-e2aaaef8540fabd0b5200a4959c269d6f1ae352e.tar.bz2 |
[update] bower configuration added
-rw-r--r-- | bower.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..643fd86 --- /dev/null +++ b/bower.json @@ -0,0 +1,19 @@ +{ + "name": "scheduler", + "version": "4.0.0", + "homepage": "http://dhtmlx.com/docs/products/dhtmlxScheduler/", + "description": "JavaScript event calendar. Allows to manage events and appointments in different views", + "main": "codebase/dhtmlxscheduler.js", + "keywords": [ + "calendar", + "scheduler", + "dhtmlx", + "timeline", + "agenda", + "month", + "day", + "week", + "year" + ], + "license": "GPL" +} |