-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.15 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
{
"name": "angular2-patternfly-shims",
"version": "0.0.2",
"description": "A set of Angular2 component (shims) for PatternFly Web Components",
"main": "components.js",
"scripts": {
"watch": "tsc -p src -w",
"build": "rm -rf lib && tsc -p src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patternfly-webcomponents/angular2-patternfly-shims.git"
},
"keywords": [
"Angular2",
"webcomponents",
"patternfly"
],
"author": "patternfly",
"license": "Apache2",
"bugs": {
"url": "https://github.com/patternfly-webcomponents/angular2-patternfly-shims/issues"
},
"homepage": "https://github.com/patternfly-webcomponents/angular2-patternfly-shims#readme",
"devDependencies": {
"@types/core-js": "^0.9.35",
"typescript": "~2.0.3"
},
"dependencies": {
"@angular/common": "^2.3.1",
"@angular/compiler": "^2.3.1",
"@angular/core": "^2.3.1",
"@angular/http": "^2.3.1",
"@angular/platform-browser": "^2.3.1",
"@angular/platform-browser-dynamic": "^2.3.1",
"patternfly-webcomponents": "0.0.8",
"rxjs": "^5.0.1",
"ts-helpers": "^1.1.1",
"zone.js": "^0.7.2"
}
}