-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
38 lines (38 loc) · 882 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
{
"name": "AssemanyCordovaStarter",
"version": "1.0.0",
"authors": [
"Guilherme Assemany <[email protected]>"
],
"description": "Starter para phonegap/cordova",
"main": "js/app.js",
"moduleType": [
"node"
],
"keywords": [
"AssemanyCordovaStarter"
],
"license": "MIT",
"homepage": "http://www.assemany.com",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"www/lib",
"test",
"tests"
],
"dependencies": {
"angular-animate": "~1.4.5",
"angular-material": "~0.10.1",
"angular-material-icons": "~0.5.0",
"angular-resource": "~1.4.5",
"angular-sanitize": "~1.4.5",
"angular-touch": "~1.4.5",
"angular-translate": "~2.7.2",
"angular-translate-loader-static-files": "~2.7.2",
"angular-ui-router": "~0.2.15",
"fastclick": "~1.0.6",
"ngCordova": "~0.1.20-alpha"
}
}