-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
44 lines (44 loc) · 849 Bytes
/
bower.json
File metadata and controls
44 lines (44 loc) · 849 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "Puertorinoco",
"version": "2.0.0",
"homepage": "http://wwww.puertorinoco.com",
"description": "Pagina de Turismo",
"moduleType": [
"node"
],
"keywords": [
"Catamaran",
"puertorinoco",
"caroni",
"rio",
"orinoco",
"paseo",
"barco",
"restaurant"
],
"authors": [
"Jorge Saud and Zonaro"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"vendor/bower_components",
"test",
"tests"
],
"dependencies": {
"modernizr": "~2.8.3",
"fontawesome": "~4.3.0",
"bootstrap-sass-official": "~3.3.3",
"jquery": "~2.1.3",
"bootstrap-datepicker": "~1.3.1",
"bootstrap-switch": "~3.3.2",
"select2": "~4.0.0",
"angular": "~1.4.3",
"ngLocale-ve": "*",
"materialize": "^0.98.1"
}
}