-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 817 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
26
27
28
29
30
31
32
33
34
35
36
{
"name": "Groovy",
"version": "0.0.0",
"authors": [
"admin <[email protected]>"
],
"description": "An angular music template",
"main": "index.html",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.13",
"angular-animate": "~1.3.13",
"angular-route": "~1.3.13",
"underscore": "~1.8.1",
"angular-wizard": "~0.4.2",
"angular-ui-tree": "~2.2.0",
"jquery": "~2.1.3",
"bootstrap": "~3.2.0",
"fontawesome": "~4.3.0",
"jqvmap": "*",
"weather-icons": "~1.3.2",
"angular-sanitize": "~1.3.13",
"angular-bootstrap": "~0.12.0",
"slimScroll": "~1.3.3",
"dripicons": "~1.0.0",
"angular-media-player": "~0.5.8",
"html5shiv": "~3.7.2"
}
}