-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
51 lines (46 loc) · 1.35 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
{
"name": "angular2-post-message",
"version": "0.0.36",
"license": "MIT",
"scripts": {
"clean": "npm cache clean",
"typings-install": "node_modules/.bin/typings \"install\"",
"tsc-build": "node \"node_modules/typescript/bin/tsc\"",
"deploy": "npm install && npm run typings-install && npm run tsc-build && npm publish ./"
},
"peerDependencies": {
"@angular/core": "~2.0.0-rc.6",
"@angular/common": "~2.0.0-rc.6",
"@angular/compiler": "~2.0.0-rc.6",
"@angular/platform-browser": "~2.0.0-rc.6",
"@angular/platform-webworker": "~2.0.0-rc.6",
"angular2-smart-logger": "^0.0.23",
"core-js": "^2.4.0",
"rxjs": "~5.0.0-beta.11",
"zone.js": "~0.6.13"
},
"devDependencies": {
"@angular/core": "2.0.0-rc.6",
"@angular/common": "2.0.0-rc.6",
"@angular/compiler": "2.0.0-rc.6",
"@angular/platform-browser": "2.0.0-rc.6",
"@angular/platform-webworker": "2.0.0-rc.6",
"angular2-smart-logger": "0.0.23",
"typescript": "2.0.0",
"typings": "1.3.3",
"core-js": "^2.4.0",
"rxjs": "5.0.0-beta.11",
"zone.js": "~0.6.13"
},
"repository": {
"type": "git",
"url": "https://github.com/apoterenko/angular2-post-message.git"
},
"bugs": {
"url": "https://github.com/apoterenko/angular2-post-message/issues"
},
"engines": {
"node": ">= 4.2.1",
"npm": ">= 3"
}
}