fabric8-stack-analysis
Version:
Fabric8 Stack Analysis Feature
68 lines (67 loc) • 1.45 kB
JSON
{
"name": "fabric8-stack-analysis",
"version": "1.0.1",
"description": "Fabric8 Stack Analysis Feature",
"keywords": [
"angular2",
"webpack",
"typescript",
"fabric8",
"stack-analysis"
],
"typescript": {
"definition": "index.d.ts"
},
"contributors": [
{
"name": "Arunkumar S",
"email": "asrisail@redhat.com"
},
{
"name": "Jaivardhan Akumar",
"email": "jakumar@redhat.com"
},
{
"name": "Tomas Hrcka",
"email": "thrcka@redhat.com"
}
],
"typings": [
"index.d.ts"
],
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "^2.0.0",
"@angular/compiler": "^2.0.0",
"@angular/core": "^2.0.0",
"@angular/forms": "^2.0.0",
"@angular/http": "^2.0.0",
"@angular/router": "^3.0.0",
"rxjs": "^5.2.0",
"zone.js": "^0.7.7"
},
"dependencies": {
"@types/c3": "^0.4.40",
"ngx-modal": "^0.0.29"
},
"engines": {
"node": ">= 4.2.1",
"npm": ">= 3"
},
"scripts": {
"typings": "typings",
"postinstall": "typings install"
},
"devDependencies": {
"typescript": "^2.2.1"
},
"main": "index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/fabric8-ui/fabric8-recommender.git"
},
"bugs": {
"url": "https://github.com/fabric8-ui/fabric8-recommender/issues"
},
"homepage": "https://github.com/fabric8-ui/fabric8-recommender#readme"
}