-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 804 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
{
"name": "angular-multimediaslider",
"description": "A fused version of ion-galery & angular-youtube-mb",
"version": "1.0",
"homepage": "https://github.com/Hextar/MultimediaSlider",
"_source": "https://github.com/Hextar/MultimediaSlider.git",
"keywords": [
"ionic",
"gallery",
"slider"
],
"authors": [
"Stefano Salidu <stefano.salidu@flosslab.com>"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"license": "MIT",
"private": true,
"dependencies": {
"angular": "~1.5.0",
"angular-route": "~1.5.0",
"angular-loader": "~1.5.0",
"angular-mocks": "~1.5.0",
"html5-boilerplate": "^5.3.0",
"ngCordova": "^0.1.27-alpha",
"angular-resource": "^1.5.8",
"angular-touch": "^1.5.8"
}
}