{
"keep": [
"bootstrap",
"bootswatch"
],
"not-keep": [
"@ngtools/webpack",
"core-js",
"reflect-metadata",
"rxjs",
"tslib",
"zone.js",
"typescript",
"clear",
"github-api"
],
"always-works-now": {
"github-api": "3.0.0",
"clear": "^0.1.0",
"core-js": "^2.5.3",
"reflect-metadata": "^0.1.3",
"rxjs": "5.5.5",
"tslib": "^1.7.1",
"zone.js": "^0.8.12",
"typescript": "2.7.x",
"@ngtools/webpack": "=1.8.0"
},
"errored": {
"@ngtools/webpack": "corifeus-builder-angular has a hack to remove the remove decorators"
},
"disable-update": [
],
"hack": {
"zone.js": {
"package": "git://github.com/JiaLiPassion/zone.js#jasmine-dist",
"info": "the angular/zone.js is not release still, so even master it not working"
}
}
}