UNPKG

1.04 kBJSONView Raw
1{
2 "name": "preboot",
3 "version": "8.0.0",
4 "description": "Record server view events and play back to Angular client view",
5 "main": "bundles/preboot.umd.js",
6 "module": "fesm2015/preboot.js",
7 "es2015": "fesm2015/preboot.js",
8 "typings": "preboot.d.ts",
9 "author": "Jeff Whelpley",
10 "license": "MIT",
11 "contributors": [
12 "Tobias Bosch <tbosch@google.com>",
13 "PatrickJS <github@gdi2290.com>",
14 "Jeff Whelpley <jeff@gethuman.com>"
15 ],
16 "keywords": [
17 "angular",
18 "preboot",
19 "ssr",
20 "prerender",
21 "universal"
22 ],
23 "peerDependencies": {
24 "@angular/common": ">=11.0.0",
25 "@angular/core": ">=11.0.0"
26 },
27 "repository": {
28 "type": "git",
29 "url": "https://github.com/angular/preboot"
30 },
31 "bugs": {
32 "url": "https://github.com/angular/preboot/issues"
33 },
34 "homepage": "https://github.com/angular/preboot",
35 "esm2015": "esm2015/preboot.js",
36 "fesm2015": "fesm2015/preboot.js",
37 "metadata": "preboot.metadata.json",
38 "sideEffects": false,
39 "dependencies": {
40 "tslib": "^2.0.0"
41 }
42}