gentelella/vendors/bootstrap-wysiwyg/bower.json
christianesperar 6a6db2ea23 Put dependecy libraries to bower for easy updating
Update also fix some following problem:
- Switcher now working
- Datatable header fix example is now working
- Add missing starrr ratings
- Some mobile responsiveness on table.html page
2016-04-24 22:26:16 +08:00

34 lines
743 B
JSON

{
"name": "bootstrap-wysiwyg",
"description": "A tiny Bootstrap and jQuery based WYSIWYG rich text editor based on the browser function execCommand.",
"version": "1.0.4",
"keywords": [
"css",
"js",
"responsive",
"front-end",
"web",
"wysiwyg",
"editor"
],
"homepage": "https://github.com/steveathon/bootstrap-wysiwyg",
"main": [
"js/bootstrap-wysiwyg.min.js"
],
"ignore": [
".*",
"index.html",
"CHANGES",
"LICENSE",
"SUPPORTED"
],
"license": "MIT",
"dependencies": {
"jquery": "~2.1.4",
"jquery.hotkeys": "https://github.com/jeresig/jquery.hotkeys.git#master",
"fontawesome": "~4.5.0",
"bootstrap": "~3.3.5",
"google-code-prettify": "~1.0.4"
}
}