gist/bower.json
2015-05-11 18:40:27 +02:00

22 lines
474 B
JSON

{
"name": "gist",
"version": "0.0.2",
"authors": [
"Simon Vieille <simon@deblan.fr>"
],
"description": "GIST is an open-source application to share code.",
"main": "web/index.php",
"keywords": [
"Gist",
"GIT"
],
"license": "LGPL",
"homepage": "https://gitlab.deblan.org/deblan/gist.deblan.org",
"dependencies": {
"bootstrap": "3.3.4",
"flag-icon-css": "0.7.1",
"SyntaxHighlighter": "3.0.83",
"iframe-resizer": "2.8.6"
}
}