-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbower.json
More file actions
25 lines (25 loc) · 995 Bytes
/
Copy pathbower.json
File metadata and controls
25 lines (25 loc) · 995 Bytes
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 <osl@ugr.es> (http://osl.ugr.es/)",
"contributors": [
"Juan Julián Merelo Guervós <jjmerelo@gmail.com> (https://twitter.com/jjmerelo)",
"Mario Heredia Moreno <mariohm1989@gmail.com> (https://twitter.com/mhmario89)",
"Germán Martínez Maldonado <germaaan@gmail.com> (https://twitter.com/germaaan_)",
"Andrés Ortiz Corrales <andresortizcorrales@gmail.com> (https://twitter.com/andrewortiz21)",
"Jaime Torres Benavente <jtbenavente@gmail.com> (https://twitter.com/jtbenavente)",
"Óscar Zafra Megías <oskyar@gmail.com> (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"
}
}