This repository was archived by the owner on Jan 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
99 lines (99 loc) · 3.19 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
98
99
{
"name": "ng2-heremaps",
"version": "0.2.5",
"description": "Here Maps for Angular 6",
"main": "./dist/bundle/ng2-heremaps.udm.js",
"module": "./fesm5/ng2-heremaps.js",
"es2015": "./fesm2015/ng2-heremaps.js",
"esm5": "./esm5/ng2-heremaps.js",
"esm2015": "./esm2015/ng2-heremaps.js",
"fesm5": "./fesm5/ng2-heremaps.js",
"fesm2015": "./fesm2015/ng2-heremaps.js",
"typings": "./ng2-heremaps.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/mjaric/ng2-heremaps"
},
"scripts": {
"build": "node build.js",
"test": "karma start",
"test:watch": "karma start karma.conf.js --single-run false",
"pack:lib": "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 -n 'Angular Heremaps' -d ./docs",
"compodoc:serve": "compodoc -s -d ./docs"
},
"author": {
"name": "Milan Jaric",
"email": "[email protected]"
},
"contributors": [
{
"name": "Jedediah Smith",
"email": "[email protected]"
}
],
"keywords": [
"angular",
"ng2",
"heremaps",
"typescript"
],
"license": "MIT",
"dependencies": {
"tslib": "^1.9.0"
},
"peerDependencies": {
"@angular/common": ">= 6.0.0",
"@angular/core": ">= 6.0.0"
},
"devDependencies": {
"@angular/animations": "^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/platform-browser": "^6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0",
"@angular/platform-server": "^6.0.0",
"@compodoc/compodoc": "^1.1.7",
"@types/heremaps": "^3.0.12",
"@types/jasmine": "~2.8.9",
"@types/node": "^10.11.4",
"angular2-template-loader": "~0.6.2",
"chalk": "2.4.1",
"codelyzer": "4.3.0",
"core-js": "2.5.5",
"css-loader": "0.28.11",
"istanbul-instrumenter-loader": "3.0.1",
"jasmine-core": "3.1.0",
"karma": "^3.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-coverage-istanbul-reporter": "1.4.2",
"karma-jasmine": "1.1.2",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.0-beta.0",
"node-sass": "^4.11.0",
"raw-loader": "~0.5.1",
"reflect-metadata": "~0.1.12",
"rollup": "~0.66.4",
"rollup-plugin-license": "~0.7.0",
"rollup-plugin-node-resolve": "~3.4.0",
"rollup-plugin-sourcemaps": "~0.4.2",
"rxjs": "^6.0.0",
"sass-loader": "^7.1.0",
"shelljs": "^0.8.2",
"source-map-loader": "~0.2.4",
"to-string-loader": "~1.1.5",
"ts-loader": "4.2.0",
"tslint": "~5.11.0",
"tslint-angular": "~1.1.2",
"typescript": "~2.7.0",
"uglify-js": "3.3.23",
"webpack": "4.6.0",
"zone.js": "0.8.26"
},
"sideEffects": false
}