forked from xelita/angular-cordova-geolocation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
32 lines (32 loc) · 752 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
{
"name": "angular-cordova-geolocation",
"version": "1.0.0",
"homepage": "https://github.com/xelita/angular-cordova-geolocation",
"authors": [
"xelita <[email protected]>"
],
"description": "Bring Apache Cordova Geolocation API to AngularJS Apps...",
"main": "src/cordovaGeolocationModule.js",
"keywords": [
"angular",
"cordova",
"geolocation",
"plugin"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"angular": "~1.2.3",
"angular-mocks": "~1.2.3"
},
"dependencies": {
"angular": "~1.2.3"
}
}