harbor-angular
Version:
Harbor shared components based on Clarity and Angular2s
36 lines • 1.11 kB
JSON
{
"name": "harbor-angular",
"version": "0.3.2",
"description": "Harbor shared components based on Clarity and Angular2s",
"author": "steven zou",
"module": "index.js",
"main": "bundles/harborangular.umd.min.js",
"jsnext:main": "index.js",
"typings": "index.d.ts",
"keywords": [
"harbor",
"angular2"
],
"license": "Apache 2.0",
"repository": {
"type": "git",
"url": "https://github.com/steven-zou/harbor-angular.git"
},
"homepage": "https://github.com/steven-zou/harbor-angular",
"peerDependencies": {
"@angular/common": "^2.4.1",
"@angular/compiler": "^2.4.1",
"@angular/core": "^2.4.1",
"@angular/http": "^2.4.1",
"@webcomponents/custom-elements": "1.0.0-alpha.3",
"clarity-angular": "^0.8.0",
"clarity-icons": "^0.8.0",
"clarity-ui": "^0.8.0",
"core-js": "^2.4.1",
"mutationobserver-shim": "^0.3.2",
"rxjs": "^5.0.1",
"ts-helpers": "^1.1.1",
"web-animations-js": "^2.2.1",
"zone.js": "^0.7.2"
}
}