-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 918 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
30
31
32
33
34
35
{
"name": "@scriptloom/ngx-navigator-geolocation",
"version": "0.1.0",
"description": "A convenient geolocation service for building geo-aware Angular components.",
"peerDependencies": {
"@angular/common": "^10.2.0",
"@angular/core": "^10.2.0",
"@ngrx/effects": "^10.0.1",
"@ngrx/entity": "^10.0.1",
"@ngrx/store": "^10.0.1",
"rxjs": "^6.6.3"
},
"dependencies": {
"tslib": "^2.0.0"
},
"devDependencies": {
"jasmine-marbles": "^0.6.0"
},
"author": "James W. Spears",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/scriptloom/ngx-navigator-geolocation.git"
},
"keywords": [
"Latitude",
"Longitude",
"Angular",
"Geolocation"
],
"bugs": {
"url": "https://github.com/scriptloom/ngx-navigator-geolocation/issues"
},
"homepage": "https://github.com/scriptloom/ngx-navigator-geolocation#readme"
}