-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 881 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 881 Bytes
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
{
"name": "ionic-cordova-gulp-seed",
"homepage": "https://github.com/jtomaszewski/ionic-cordova-gulp-seed",
"authors": [
"Jacek Tomaszewski <jacek@jtom.me>",
"driftyco"
],
"description": "Ionic & Cordova & Gulp seed with organized code, tests, bower support and some other stuff. Originated from ionic-angular-cordova-seed.",
"license": "MIT",
"private": false,
"ignore": [
"**/.*",
"node_modules"
],
"dependencies": {
"ionic": "v1.0.0-beta.8",
"ng-Fx": "~1.0.1",
"angular-google-maps": "~1.1.8",
"lodash": "~2.4.1",
"restangular": "~1.4.0",
"ion-google-place": "~0.0.1",
"angularjs-google-places": "~0.1.0",
"angular-classy": "~0.4.2",
"angular-cache": "~3.1.0",
"fontawesome": "~4.1.0",
"angular-google-places-autocomplete": "~0.2.3"
},
"devDependencies": {
"angular-mocks": "~1.2.17"
}
}