forked from explooosion/Agm-Direction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 2.88 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "agm-direction",
"version": "0.7.9",
"description": "directive for agm (not official)",
"main": "./bundles/agm-direction.umd.js",
"module": "./fesm5/agm-direction.js",
"es2015": "./fesm2015/agm-direction.js",
"esm5": "./esm5/agm-direction.js",
"esm2015": "./esm2015/agm-direction.js",
"fesm5": "./fesm5/agm-direction.js",
"fesm2015": "./fesm2015/agm-direction.js",
"typings": "./agm-direction.d.ts",
"scripts": {
"build": "node build.js",
"pack:lib": "npm pack ./dist",
"pack:build": "npm run build && npm pack ./dist",
"publish:lib": "npm run build && npm publish ./dist",
"publish:lib:next": "npm run build && npm publish --tag next ./dist",
"compodoc": "compodoc -p tsconfig.json -d docs",
"compodoc:serve": "compodoc -s"
},
"author": {
"name": "Robby",
"email": "ta7382@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/explooosion/agm-direction.git"
},
"bugs": {
"url": "https://github.com/explooosion/agm-direction/issues"
},
"homepage": "https://github.com/explooosion/agm-direction",
"keywords": [
"angular",
"agm",
"googlemap",
"direction"
],
"license": "MIT",
"peerDependencies": {
"@agm/core": "^1.0.0-beta.2",
"@angular/common": ">= 8.0.0",
"@angular/core": ">= 8.0.0",
"rxjs": ">= 6.4.0"
},
"devDependencies": {
"@agm/core": "^1.0.0-beta.2",
"@angular/animations": "8.0.0",
"@angular/common": "8.0.0",
"@angular/compiler": "8.0.0",
"@angular/compiler-cli": "8.0.0",
"@angular/core": "8.0.0",
"@angular/platform-browser": "8.0.0",
"@angular/platform-browser-dynamic": "8.0.0",
"@angular/platform-server": "8.0.0",
"@compodoc/compodoc": "1.1.9",
"@types/jasmine": "3.3.13",
"@types/node": "12.0.4",
"chalk": "2.4.2",
"codelyzer": "5.0.1",
"core-js": "3.1.3",
"istanbul-instrumenter-loader": "3.0.1",
"jasmine-core": "3.4.0",
"karma": "4.1.0",
"karma-chrome-launcher": "2.2.0",
"karma-coverage-istanbul-reporter": "2.0.5",
"karma-jasmine": "2.0.1",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.0-rc.3",
"node-sass": "4.12.0",
"reflect-metadata": "0.1.13",
"rollup": "1.12.5",
"rollup-plugin-license": "0.8.1",
"rollup-plugin-node-resolve": "5.0.0",
"rollup-plugin-sourcemaps": "0.4.2",
"rxjs": "6.5.2",
"shelljs": "0.8.3",
"source-map-loader": "0.2.4",
"ts-loader": "6.0.1",
"tslint": "5.16.0",
"tslint-angular": "3.0.2",
"typescript": "3.4.5",
"uglify-js": "3.6.0",
"webpack": "4.32.2",
"zone.js": "0.9.1",
"angular2-template-loader": "0.6.2",
"raw-loader": "1.0.0",
"css-loader": "2.1.1",
"sass-loader": "7.1.0",
"to-string-loader": "1.1.5",
"tsickle": "0.33.0",
"webpack-filter-warnings-plugin": "1.2.1"
},
"sideEffects": false
}