forked from infusion-code/angular-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.77 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
61
{
"name": "angular-maps",
"version": "6.0.3",
"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": "[email protected]"
},
"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"
}
},
"dependencies": {},
"devDependencies": {
"@angular-devkit/build-angular": "~0.6.0",
"@angular/animations": "^6.0.0",
"@angular/cli": "~6.0.0",
"@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/compiler-cli": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/language-service": "^6.0.0",
"@types/async": "^2.0.45",
"@types/node": "^7.0.5",
"bingmaps": "^2.0.3",
"codelyzer": ">=3.0.1",
"ng-packagr": "^3.0.2",
"tslint": ">=5.4.2",
"typescript": "<=2.8.0",
"zone.js": "^0.8.26"
},
"peerDependencies": {
"async": "^2.5.0",
"bingmaps": "^2.0.3",
"font-awesome": "^4.6.3",
"json-loader": "^0.5.4",
"rxjs": "^6.0.0"
}
}