forked from Hanumanth77/angular2-post-message
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.33 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
{
"name": "ngx-post-message",
"version": "1.5.9",
"license": "MIT",
"keywords": [
"angular",
"angular2",
"angular4",
"angular9",
"post",
"post-message",
"postMessage",
"channel",
"angular-post-message",
"angular2-post-message",
"angular4-post-message",
"angular9-post-message",
"ng2-post-message",
"ng4-post-message",
"ng9-post-message",
"ng-post-message"
],
"author": "Alex Poter <[email protected]>",
"scripts": {
"clean": "npm cache clean",
"ngc-build": "ngc -p tsconfig.json",
"deploy": "npm install && npm run ngc-build && npm publish ./"
},
"peerDependencies": {
"@angular/core": "^9.1.11",
"rxjs": "^6.6.0"
},
"devDependencies": {
"@angular/compiler": "^9.1.11",
"@angular/cli": "^9.1.10",
"@angular/compiler-cli": "^9.1.11",
"@angular/core": "^9.1.11",
"@types/node": "^12.11.1",
"rxjs": "^6.6.0",
"typescript": "~3.8.3",
"zone.js": "~0.10.2"
},
"repository": {
"type": "git",
"url": "https://github.com/apoterenko/ngx-post-message.git"
},
"bugs": {
"url": "https://github.com/apoterenko/ngx-post-message/issues"
},
"module": "ngx-post-message.js",
"typings": "ngx-post-message.d.ts",
"main": "ngx-post-message.js",
"engines": {
"node": ">= 10.13.0",
"npm": ">= 3"
}
}