gist/bower.json

22 lines
474 B
JSON
Raw Normal View History

2015-05-04 22:12:26 +02:00
{
2015-05-09 12:30:01 +02:00
"name": "gist",
2015-05-11 21:06:41 +02:00
"version": "0.0.3",
2015-05-04 22:12:26 +02:00
"authors": [
"Simon Vieille <simon@deblan.fr>"
],
2015-05-09 12:30:01 +02:00
"description": "GIST is an open-source application to share code.",
2015-05-04 22:12:26 +02:00
"main": "web/index.php",
"keywords": [
2015-05-09 12:30:01 +02:00
"Gist",
"GIT"
2015-05-04 22:12:26 +02:00
],
"license": "LGPL",
"homepage": "https://gitlab.deblan.org/deblan/gist.deblan.org",
"dependencies": {
2015-05-06 00:36:59 +02:00
"bootstrap": "3.3.4",
2015-05-08 16:44:59 +02:00
"flag-icon-css": "0.7.1",
2015-05-09 17:42:33 +02:00
"SyntaxHighlighter": "3.0.83",
"iframe-resizer": "2.8.6"
2015-05-04 22:12:26 +02:00
}
}