|
| 1 | +{ |
| 2 | + "name": "ng-dynamic-component", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "Dynamic components with full life-cycle support for inputs and outputs", |
| 5 | + "main": "dist/bundles/ng-dynamic-component.umd.js", |
| 6 | + "module": "dist/index.js", |
| 7 | + "scripts": { |
| 8 | + "prebuild": "rimraf dist compiled", |
| 9 | + "build": "npm-run-all -s build:*", |
| 10 | + "build:main": "ngc", |
| 11 | + "build:umd": "rollup -c rollup.config.js", |
| 12 | + "postbuild:umd": "uglifyjs -c --screw-ie8 --comments -o dist/bundles/ng-dynamic-component.umd.min.js dist/bundles/ng-dynamic-component.umd.js", |
| 13 | + "test": "echo \"Error: no test specified\" && exit 1" |
| 14 | + }, |
| 15 | + "keywords": [ |
| 16 | + "angular", |
| 17 | + "angular2", |
| 18 | + "ng", |
| 19 | + "dynamic", |
| 20 | + "component", |
| 21 | + "input", |
| 22 | + "output", |
| 23 | + "life-cycle" |
| 24 | + ], |
| 25 | + "author": "Alex Malkevich <[email protected]>", |
| 26 | + "license": "MIT", |
| 27 | + "peerDependencies": { |
| 28 | + "@angular/common": "^2.4.7" |
| 29 | + }, |
| 30 | + "devDependencies": { |
| 31 | + "@angular/common": "^2.4.7", |
| 32 | + "@angular/compiler": "^2.4.7", |
| 33 | + "@angular/compiler-cli": "^2.4.7", |
| 34 | + "@angular/core": "^2.4.7", |
| 35 | + "@angular/platform-browser": "^2.4.7", |
| 36 | + "@angular/platform-browser-dynamic": "^2.4.7", |
| 37 | + "@angular/platform-server": "^2.4.7", |
| 38 | + "@types/jasmine": "^2.5.43", |
| 39 | + "angular2-template-loader": "^0.6.2", |
| 40 | + "awesome-typescript-loader": "^3.0.4", |
| 41 | + "codelyzer": "^2.0.0", |
| 42 | + "commitizen": "^2.9.5", |
| 43 | + "cz-conventional-changelog": "^1.2.0", |
| 44 | + "npm-run-all": "^4.0.0", |
| 45 | + "rimraf": "^2.5.4", |
| 46 | + "rollup": "^0.41.4", |
| 47 | + "rollup-globals-regex": "^0.0.1", |
| 48 | + "rollup-plugin-node-resolve": "^2.0.0", |
| 49 | + "rxjs": "^5.1.0", |
| 50 | + "tslib": "^1.5.0", |
| 51 | + "tslint": "^4.4.2", |
| 52 | + "typescript": "^2.2.0", |
| 53 | + "uglifyjs": "^2.4.10", |
| 54 | + "webpack": "^2.2.1", |
| 55 | + "webpack-dev-server": "^2.3.0", |
| 56 | + "zone.js": "^0.7.7" |
| 57 | + }, |
| 58 | + "engines": { |
| 59 | + "node": ">=6.0.0" |
| 60 | + }, |
| 61 | + "config": { |
| 62 | + "commitizen": { |
| 63 | + "path": "./node_modules/cz-conventional-changelog" |
| 64 | + } |
| 65 | + } |
| 66 | +} |
0 commit comments