1
0
Fork 0
forked from deblan/gist
gist/bower.json

23 lines
479 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",
2016-09-24 16:07:35 +02:00
"homepage": "https://gitnet.fr/deblan/gist",
2015-05-04 22:12:26 +02:00
"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",
2016-09-24 16:07:35 +02:00
"iframe-resizer": "2.8.6",
"jsdiff": "~2.2.2"
2015-05-04 22:12:26 +02:00
}
}