-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
36 lines (36 loc) · 839 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": "Responsive-Admin-and-Dashboard-UI",
"version": "0.0.0",
"homepage": "https://github.com/cminhho/Responsive-Admin-and-Dashboard-UI",
"authors": [
"cminhho"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"vendor"
],
"dependencies": {
"angular": "~1.2.28",
"angular-cookies": "~1.2.28",
"angular-resource": "~1.2.28",
"angular-route": "~1.2.28",
"angular-sanitize": "~1.2.28",
"angular-scenario": "~1.2.28",
"bootstrap": "~3.3.1",
"jquery": "~2.1.3",
"skycons": "*",
"font-awesome": "~4.2.0",
"owl-carousel": "~1.3.2",
"jquery-nicescroll": "~3.5.6"
},
"description": "Responsive-Admin-and-Dashboard-UI",
"keywords": [
"Responsive-Admin-and-Dashboard-UI"
]
}