forked from infusion-code/angular-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.73 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "angular12-maps",
"version": "6.0.12",
"description": "Angular Maps (X-Map) is a set of components and services to provide map functionality in angular 2+ apps. X-Maps architecture is provider independent and can be used with Bing, Google, ESRI or any other service enabled mapping provider. X-Map contains a default implementation for Bing Maps.",
"homepage": "https://github.com/infusion-code/angular-maps/wiki",
"bugs": {
"url": "https://github.com/infusion-code/angular-maps/issues",
"email": "tschueler@infusion.com"
},
"repository": {
"type": "git",
"url": "https://github.com/infusion-code/angular-maps"
},
"main": "./dist/index.js",
"scripts": {
"lint": "./node_modules/.bin/tslint -c tslint.json ./src/**/*.ts ./index.ts",
"package": "ng-packagr -p package.json"
},
"keywords": [
"ng2",
"angular",
"maps",
"bing",
"google",
"esri"
],
"typings": "./dist/index.d.ts",
"author": "Thor Schueler",
"license": "MIT",
"ngPackage": {
"lib": {
"entryFile": "public_api.ts"
}
},
"devDependencies": {
"@angular-devkit/build-angular": "12.0.0",
"@angular/animations": "12.0.0",
"@angular/cli": "12.0.0",
"@angular/common": "12.0.0",
"@angular/compiler": "12.0.0",
"@angular/compiler-cli": "12.0.0",
"@angular/core": "12.0.0",
"@angular/language-service": "12.0.0",
"@types/async": "3.2.5",
"@types/node": "14.14.20",
"bingmaps": "2.0.3",
"codelyzer": "6.0.1",
"ng-packagr": "11.0.3",
"tslint": "6.1.3",
"typescript": "4.0.5",
"zone.js": "0.10.3"
},
"peerDependencies": {
"async": "3.2.0",
"bingmaps": "2.0.3",
"font-awesome": "4.7.0",
"json-loader": "0.5.7",
"rxjs": "6.6.7"
}
}