forked from xelita/angular-cordova-geolocation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 800 Bytes
/
package.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
{
"name": "angular-cordova-geolocation",
"version": "1.0.0",
"description": "Bring Apache Cordova Geolocation API to AngularJS Apps...",
"main": "src/cordovaGeolocationModule.js",
"scripts": {
"bower": "bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/xelita/angular-cordova-geolocation.git"
},
"keywords": [
"angular",
"cordova",
"geolocation",
"plugin"
],
"author": "xelita <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xelita/angular-cordova-geolocation/issues"
},
"homepage": "https://github.com/xelita/angular-cordova-geolocation",
"dependecies": {},
"devDependencies": {
"bower": "~1.3.2"
}
}