-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
41 lines (41 loc) · 852 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
37
38
39
40
41
{
"name": "mobile-angular-ui",
"homepage": "https://github.com/mcasimir/mobile-angular-ui",
"authors": [
"mcasimir <[email protected]>"
],
"description": "Mobile UI for Bootstrap 3 and Angular JS",
"main": "dist/mobile-angular-ui.min.js",
"keywords": [
"mobile-angular-ui",
"angularjs",
"boostrap3",
"angular-mobile",
"mobile-ui",
"boostrap3-mobile"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"demo",
"site",
"experiments",
"gh-pages",
"logo.ai",
"tmp"
],
"dependencies": {
"angular": "~1.2.1",
"font-awesome": "~4.0.3",
"bootstrap": "3.0",
"angular-touch": "~1.2.2",
"angular-route": "~1.2.2",
"iscroll": "~5.1.1",
"fastclick": "~1.0.0",
"overthrow": "~0.7.0"
}
}