forked from AckerApple/agm-overlays
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.51 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.51 KB
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
{
"name": "agm-overlays",
"version": "1.4.0",
"description": "Custom marker overlay for the @agm/core package",
"main": "dist/index",
"scripts": {
"build": "npm-run-all build:dist compile:dist:package build:js",
"build:dist": "ngc --declaration --project src",
"test": "echo \"Error: no test specified\" && exit 1",
"compile:dist:package": "node scripts/update-dist-package.js",
"start": "npm run watch",
"watch": "ng serve example --port 4202 --open",
"build:js": "ng build example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ackerapple/agm-overlays.git"
},
"keywords": [
"agm",
"overlay",
"custom",
"markers",
"google",
"maps"
],
"author": "Acker Apple",
"license": "MIT",
"bugs": {
"url": "https://github.com/ackerapple/agm-overlays/issues"
},
"homepage": "https://github.com/ackerapple/agm-overlays#readme",
"devDependencies": {
"@agm/core": "^1.0.0-beta.5",
"@agm/js-marker-clusterer": "^1.0.0-beta.5",
"@angular-devkit/build-angular": "^0.13.0",
"@angular/cli": "^7.3.0",
"@angular/common": "^7.2.3",
"@angular/compiler": "^7.2.3",
"@angular/compiler-cli": "^7.2.3",
"@angular/core": "^7.2.3",
"@angular/platform-browser": "^7.2.3",
"@angular/platform-browser-dynamic": "^7.2.3",
"js-marker-clusterer": "^1.0.0",
"npm-run-all": "^4.1.5",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.4.0",
"typescript": "3.1.1",
"zone.js": "^0.8.29"
},
"private": true
}