-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbower.json
25 lines (25 loc) · 995 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "ugr-transparente-servidor",
"version": "0.9.12",
"author": "Oficina de Software Libre de la Universidad de Granada <[email protected]> (http://osl.ugr.es/)",
"contributors": [
"Juan Julián Merelo Guervós <[email protected]> (https://twitter.com/jjmerelo)",
"Mario Heredia Moreno <[email protected]> (https://twitter.com/mhmario89)",
"Germán Martínez Maldonado <[email protected]> (https://twitter.com/germaaan_)",
"Andrés Ortiz Corrales <[email protected]> (https://twitter.com/andrewortiz21)",
"Jaime Torres Benavente <[email protected]> (https://twitter.com/jtbenavente)",
"Óscar Zafra Megías <[email protected]> (https://twitter.com/OscarRZM)"
],
"description": "Portal de transparencia de la Universidad de Granada",
"main": "app.js",
"license": "GPL-3.0",
"private": true,
"dependencies": {
"jquery": "^2.2.1",
"fullcalendar": "^2.6.1",
"jquery-ui": "^1.11.4",
"lightbox2": "^2.8.2",
"d3": "^4.4.1",
"moment": "^2.13.0"
}
}