FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular-google-maps/package.json at master · codextde/angular-google-maps · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
codextde
/
angular-google-maps
Public
forked from
sebholstein/angular-google-maps
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
angular-google-maps
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
77 lines (77 loc) · 2.98 KB
Breadcrumbs
angular-google-maps
/
package.json
Copy path
File metadata and controls
77 lines (77 loc) · 2.98 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"private"
:
true
,
"version"
:
"
3.0.0-beta.1
"
,
"description"
:
"
Angular components for Google Maps
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/SebastianM/angular-google-maps.git
"
},
"keywords"
: [
"
angular
"
,
"
ng
"
,
"
google-maps
"
,
"
maps
"
,
"
google
"
,
"
gmaps
"
],
"workspaces"
: [
"
packages/*
"
],
"scripts"
: {
"clean"
:
"
rimraf dist node_modules/@agm
"
,
"prebuild"
:
"
yarn clean
"
,
"build"
:
"
ng build core && ng build markerclusterer && ng build snazzy-info-window && ng build drawing
"
,
"build:prod"
:
"
ng build core --prod && ng build markerclusterer --prod && ng build snazzy-info-window --prod && ng build drawing --prod
"
,
"lint"
:
"
ng lint
"
,
"test"
:
"
jest
"
,
"test:watch"
:
"
jest --watchAll
"
,
"ci"
:
"
yarn build:prod && yarn test --coverage
"
,
"docs:clean"
:
"
rimraf docs/public
"
,
"docs:hugo"
:
"
cd docs && hugo
"
,
"docs:injectga"
:
"
node scripts/inject-google-analytics.js
"
,
"docs"
:
"
yarn docs:hugo && yarn apidocs:core && yarn apidocs:snazzy && yarn apidocs:markerclusterer && yarn apidocs:drawing
"
,
"apidocs:core"
:
"
compodoc -p packages/core/tsconfig.lib.json --name @agm/core --output docs/public/api-docs/agm-core/ --hideGenerator --disableCoverage
"
,
"apidocs:snazzy"
:
"
compodoc -p packages/snazzy-info-window/tsconfig.lib.json --name @agm/snazzy-info-window --output docs/public/api-docs/agm-snazzy-info-window/ --hideGenerator --disableCoverage
"
,
"apidocs:markerclusterer"
:
"
compodoc -p packages/markerclusterer/tsconfig.lib.json --name @agm/markerclusterer --output docs/public/api-docs/markerclusterer/ --hideGenerator --disableCoverage
"
,
"apidocs:drawing"
:
"
compodoc -p packages/drawing/tsconfig.lib.json --name @agm/drawing --output docs/public/api-docs/drawing/ --hideGenerator --disableCoverage
"
},
"author"
:
"
Sebastian Holstein <info@sebastian-holstein.de>
"
,
"license"
:
"
MIT
"
,
"bugs"
: {
"url"
:
"
https://github.com/SebastianM/angular-google-maps/issues
"
},
"homepage"
:
"
https://angular-maps.com
"
,
"dependencies"
: {
"@angular/animations"
:
"
~10.0.0
"
,
"@angular/common"
:
"
~10.0.0
"
,
"@angular/compiler"
:
"
~10.0.0
"
,
"@angular/core"
:
"
~10.0.0
"
,
"@angular/forms"
:
"
~10.0.0
"
,
"@angular/platform-browser"
:
"
~10.0.0
"
,
"@angular/platform-browser-dynamic"
:
"
~10.0.0
"
,
"@angular/router"
:
"
~10.0.0
"
,
"rxjs"
:
"
~6.6.0
"
,
"tslib"
:
"
^2.0.0
"
,
"zone.js"
:
"
~0.10.3
"
},
"devDependencies"
: {
"@angular-devkit/build-angular"
:
"
~0.1000.2
"
,
"@angular-devkit/build-ng-packagr"
:
"
~0.1000.2
"
,
"@angular/cli"
:
"
~10.0.0
"
,
"@angular/compiler-cli"
:
"
~10.0.0
"
,
"@compodoc/compodoc"
:
"
^1.1.10
"
,
"@types/jest"
:
"
^26.0.4
"
,
"@types/node"
:
"
^14.0.22
"
,
"codelyzer"
:
"
^6.0.0
"
,
"conventional-changelog"
:
"
^3.1.21
"
,
"jest"
:
"
^26.1.0
"
,
"jest-preset-angular"
:
"
^8.2.1
"
,
"ng-packagr"
:
"
^10.0.0
"
,
"protractor"
:
"
~7.0.0
"
,
"rimraf"
:
"
^3.0.2
"
,
"ts-node"
:
"
~8.10.2
"
,
"tslint"
:
"
~6.1.0
"
,
"typescript"
:
"
~3.9.5
"
,
"yarn"
:
"
^1.22.4
"
}
}
Back
|
FazBrowse Home
|
New Git URL