-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.25 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
{
"name": "ngx-post-message",
"version": "1.5.4",
"license": "MIT",
"keywords": [
"angular",
"angular2",
"angular4",
"post",
"post-message",
"postMessage",
"channel",
"angular-post-message",
"angular2-post-message",
"angular4-post-message",
"ng2-post-message",
"ng4-post-message",
"ng-post-message"
],
"author": "Alex Poter <a.poterenko@gmail.com>",
"scripts": {
"clean": "npm cache clean",
"ngc-build": "node_modules/.bin/ngc -p tsconfig.json",
"deploy": "npm install && npm run ngc-build && npm publish ./"
},
"peerDependencies": {
"@angular/core": ">=5.0.0",
"rxjs": ">=5.0.0"
},
"devDependencies": {
"@angular/compiler": "5.0.0-rc.3",
"@angular/compiler-cli": "5.0.0-rc.3",
"@angular/core": "5.0.0-rc.3",
"@types/node": "6.0.46",
"rxjs": "^5.5.0",
"typescript": ">=2.4.2 <2.5",
"zone.js": "^0.8.18"
},
"repository": {
"type": "git",
"url": "https://github.com/alxptr/ngx-post-message.git"
},
"bugs": {
"url": "https://github.com/alxptr/ngx-post-message/issues"
},
"module": "ngx-post-message.js",
"typings": "ngx-post-message.d.ts",
"main": "ngx-post-message.js",
"engines": {
"node": ">= 4.2.1",
"npm": ">= 3"
}
}