UNPKG

1.4 kBJSONView Raw
1{
2 "name": "angular2-universal-polyfills",
3 "description": "Angular 2 Universal Polyfills",
4 "typings": "./browser.d.ts",
5 "browser": "./browser.js",
6 "main": "./node.js",
7 "dependencies": {
8 "ie-shim": "^0.1.0",
9 "es6-promise": "~3.0.2",
10 "es6-shim": "~0.35.0",
11 "reflect-metadata": "0.1.2"
12 },
13 "peerDependencies": {
14 "zone.js": "~0.6.21"
15 },
16 "contributors": [
17 "gdi2290",
18 "manekinekko",
19 "jeffwhelpley",
20 "MarkPieszak",
21 "ashsidhu",
22 "jeffbcross",
23 "wesleycho",
24 "dbabaioff",
25 "tamascsaba",
26 "alexpods",
27 "laskoviymishka",
28 "JohnGorter",
29 "valorkin",
30 "playground",
31 "swirlycheetah",
32 "datwheat",
33 "btrigueiro",
34 "Krijger",
35 "vangorden",
36 "alfamegaxq",
37 "QuinntyneBrown",
38 "vvakame",
39 "gitter-badger",
40 "juristr",
41 "filipesilva",
42 "lightningtgc",
43 "justindujardin",
44 "wellingWilliam",
45 "adams",
46 "alxhub",
47 "naomiblack",
48 "NathanWalker",
49 "basarat",
50 "visikov",
51 "tbosch",
52 "bnjjj"
53 ],
54 "version": "2.1.0-rc.1",
55 "homepage": "https://github.com/angular/universal",
56 "license": "MIT",
57 "repository": {
58 "type": "git",
59 "url": "https://github.com/angular/universal"
60 },
61 "bugs": {
62 "url": "https://github.com/angular/universal/issues"
63 },
64 "config": {
65 "engine-strict": true
66 },
67 "engines": {
68 "node": ">= 5.4.1 <= 7",
69 "npm": ">= 3"
70 }
71}
\No newline at end of file