|
1 | 1 | { |
2 | | - "name": "angular-notifier", |
3 | | - "description": "A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular 2+ application.", |
4 | | - "version": "1.0.6", |
5 | | - "author": { |
6 | | - "name": "Dominique Müller", |
7 | | - "email": "dominique.m.mueller@gmail.com", |
8 | | - "url": "https://www.devdom.io/" |
9 | | - }, |
10 | | - "license": "MIT", |
11 | | - "repository": { |
12 | | - "type": "git", |
13 | | - "url": "https://github.com/dominique-mueller/angular-notifier.git" |
14 | | - }, |
15 | | - "homepage": "https://github.com/dominique-mueller/angular-notifier", |
16 | | - "bugs": { |
17 | | - "url": "https://github.com/dominique-mueller/angular-notifier/issues" |
18 | | - }, |
19 | | - "keywords": [ |
20 | | - "angular", |
21 | | - "angular2", |
22 | | - "ng", |
23 | | - "ng2", |
24 | | - "notifier", |
25 | | - "notification", |
26 | | - "notifications", |
27 | | - "toast", |
28 | | - "toasts", |
29 | | - "alert", |
30 | | - "library", |
31 | | - "module", |
32 | | - "js" |
33 | | - ], |
34 | | - "main": "./angular-notifier.umd.js", |
35 | | - "module": "./angular-notifier.es5.js", |
36 | | - "es2015": "./angular-notifier.js", |
37 | | - "typings": "./angular-notifier.d.ts", |
38 | | - "scripts": { |
39 | | - "codecov": "codecov", |
40 | | - "gulp": "gulp", |
41 | | - "webpack-dev-server": "webpack-dev-server", |
| 2 | + "name": "angular-notifier", |
| 3 | + "description": "A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular 2+ application.", |
| 4 | + "version": "2.0.0", |
| 5 | + "author": { |
| 6 | + "name": "Dominique Müller", |
| 7 | + "email": "dominique.m.mueller@gmail.com", |
| 8 | + "url": "https://www.devdom.io/" |
| 9 | + }, |
| 10 | + "license": "MIT", |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "https://github.com/dominique-mueller/angular-notifier.git" |
| 14 | + }, |
| 15 | + "homepage": "https://github.com/dominique-mueller/angular-notifier", |
| 16 | + "bugs": { |
| 17 | + "url": "https://github.com/dominique-mueller/angular-notifier/issues" |
| 18 | + }, |
| 19 | + "keywords": [ |
| 20 | + "angular", |
| 21 | + "angular2", |
| 22 | + "ng", |
| 23 | + "ng2", |
| 24 | + "notifier", |
| 25 | + "notification", |
| 26 | + "notifications", |
| 27 | + "toast", |
| 28 | + "toasts", |
| 29 | + "alert", |
| 30 | + "library", |
| 31 | + "module", |
| 32 | + "js" |
| 33 | + ], |
| 34 | + "main": "./angular-notifier.umd.js", |
| 35 | + "module": "./angular-notifier.es5.js", |
| 36 | + "es2015": "./angular-notifier.js", |
| 37 | + "typings": "./angular-notifier.d.ts", |
| 38 | + "scripts": { |
| 39 | + "codecov": "codecov", |
| 40 | + "gulp": "gulp", |
| 41 | + "webpack-dev-server": "webpack-dev-server", |
42 | 42 | "start": "webpack --config ./tools/webpack/webpack.dll.config.js --hide-modules && webpack-dev-server --config ./tools/webpack/webpack.dev.config.js", |
43 | | - "test": "jest --config ./tools/jest/jest.config.json", |
44 | | - "lint": "gulp lint", |
45 | | - "build": "gulp run", |
46 | | - "ci:automatic-release": "automatic-release", |
| 43 | + "test": "jest --config ./tools/jest/jest.config.json", |
| 44 | + "lint": "gulp lint", |
| 45 | + "build": "gulp run", |
| 46 | + "ci:automatic-release": "automatic-release", |
47 | 47 | "ci:post-automatic-release": "gulp env:release", |
48 | | - "ci:coverage": "codecov -f ./coverage/remapped/coverage.json", |
| 48 | + "ci:coverage": "codecov -f ./coverage/remapped/coverage.json", |
49 | 49 | "ci:test": "jest --config ./tools/jest/jest.config.json --runInBand" |
50 | | - }, |
51 | | - "peerDependencies": { |
52 | | - "@angular/common": ">= 4.0.0 < 5.0.0", |
53 | | - "@angular/core": ">= 4.0.0 < 5.0.0" |
54 | | - }, |
55 | | - "devDependencies": { |
56 | | - "@angular/common": "4.1.x", |
57 | | - "@angular/compiler-cli": "4.1.x", |
58 | | - "@angular/compiler": "4.1.x", |
59 | | - "@angular/core": "4.1.x", |
60 | | - "@angular/platform-browser-dynamic": "4.1.x", |
61 | | - "@angular/platform-browser": "4.1.x", |
62 | | - "@types/jest": "19.2.x", |
63 | | - "@types/node": "7.0.x", |
64 | | - "add-asset-html-webpack-plugin": "2.0.x", |
65 | | - "angular2-template-loader": "0.6.x", |
66 | | - "automatic-release": "1.0.x", |
67 | | - "awesome-typescript-loader": "3.1.x", |
68 | | - "browser-sync-webpack-plugin": "1.1.x", |
69 | | - "browser-sync": "2.18.x", |
70 | | - "classlist.js": "1.1.x", |
71 | | - "codecov": "2.1.x", |
72 | | - "codelyzer": "3.0.x", |
73 | | - "core-js": "2.4.x", |
74 | | - "css-loader": "0.28.x", |
75 | | - "del": "2.2.x", |
76 | | - "friendly-errors-webpack-plugin": "1.6.x", |
77 | | - "gulp-autoprefixer": "3.1.x", |
78 | | - "gulp-inline-ng2-template": "4.0.x", |
79 | | - "gulp-ngc": "0.3.x", |
80 | | - "gulp-rename": "1.2.x", |
81 | | - "gulp-rollup": "2.11.x", |
82 | | - "gulp-sass-lint": "1.3.x", |
83 | | - "gulp-sass": "3.1.x", |
84 | | - "gulp-sourcemaps": "2.6.x", |
85 | | - "gulp-tslint": "8.0.x", |
86 | | - "gulp-typescript": "3.1.x", |
87 | | - "gulp": "github:gulpjs/gulp#4.0", |
88 | | - "html-minifier": "3.4.x", |
89 | | - "html-webpack-plugin": "2.28.x", |
90 | | - "jest": "19.0.x", |
| 50 | + }, |
| 51 | + "peerDependencies": { |
| 52 | + "@angular/common": ">= 4.0.0 < 5.0.0", |
| 53 | + "@angular/core": ">= 4.0.0 < 5.0.0" |
| 54 | + }, |
| 55 | + "devDependencies": { |
| 56 | + "@angular/common": "4.1.x", |
| 57 | + "@angular/compiler-cli": "4.1.x", |
| 58 | + "@angular/compiler": "4.1.x", |
| 59 | + "@angular/core": "4.1.x", |
| 60 | + "@angular/platform-browser-dynamic": "4.1.x", |
| 61 | + "@angular/platform-browser": "4.1.x", |
| 62 | + "@types/jest": "19.2.x", |
| 63 | + "@types/node": "7.0.x", |
| 64 | + "add-asset-html-webpack-plugin": "2.0.x", |
| 65 | + "angular2-template-loader": "0.6.x", |
| 66 | + "automatic-release": "1.0.x", |
| 67 | + "awesome-typescript-loader": "3.1.x", |
| 68 | + "browser-sync-webpack-plugin": "1.1.x", |
| 69 | + "browser-sync": "2.18.x", |
| 70 | + "classlist.js": "1.1.x", |
| 71 | + "codecov": "2.1.x", |
| 72 | + "codelyzer": "3.0.x", |
| 73 | + "core-js": "2.4.x", |
| 74 | + "css-loader": "0.28.x", |
| 75 | + "del": "2.2.x", |
| 76 | + "friendly-errors-webpack-plugin": "1.6.x", |
| 77 | + "gulp-autoprefixer": "3.1.x", |
| 78 | + "gulp-inline-ng2-template": "4.0.x", |
| 79 | + "gulp-ngc": "0.3.x", |
| 80 | + "gulp-rename": "1.2.x", |
| 81 | + "gulp-rollup": "2.11.x", |
| 82 | + "gulp-sass-lint": "1.3.x", |
| 83 | + "gulp-sass": "3.1.x", |
| 84 | + "gulp-sourcemaps": "2.6.x", |
| 85 | + "gulp-tslint": "8.0.x", |
| 86 | + "gulp-typescript": "3.1.x", |
| 87 | + "gulp": "github:gulpjs/gulp#4.0", |
| 88 | + "html-minifier": "3.4.x", |
| 89 | + "html-webpack-plugin": "2.28.x", |
| 90 | + "jest": "19.0.x", |
91 | 91 | "jest-preset-angular": "1.2.x", |
92 | | - "progress-bar-webpack-plugin": "1.9.x", |
93 | | - "raw-loader": "0.5.x", |
94 | | - "reflect-metadata": "0.1.x", |
95 | | - "rxjs": "5.3.x", |
96 | | - "sass-loader": "6.0.x", |
97 | | - "script-ext-html-webpack-plugin": "1.7.x", |
98 | | - "simple-progress-webpack-plugin": "1.0.x", |
99 | | - "source-map-loader": "0.2.x", |
100 | | - "style-loader": "0.17.x", |
101 | | - "tslint": "5.1.x", |
102 | | - "tslint-language-service": "0.9.x", |
103 | | - "typescript": "2.3.x", |
104 | | - "web-animations-js": "2.2.x", |
105 | | - "webpack-dev-server": "2.4.x", |
106 | | - "webpack": "2.4.x", |
107 | | - "zone.js": "0.8.10" |
108 | | - } |
| 92 | + "progress-bar-webpack-plugin": "1.9.x", |
| 93 | + "raw-loader": "0.5.x", |
| 94 | + "reflect-metadata": "0.1.x", |
| 95 | + "rxjs": "5.3.x", |
| 96 | + "sass-loader": "6.0.x", |
| 97 | + "script-ext-html-webpack-plugin": "1.7.x", |
| 98 | + "simple-progress-webpack-plugin": "1.0.x", |
| 99 | + "source-map-loader": "0.2.x", |
| 100 | + "style-loader": "0.17.x", |
| 101 | + "tslint": "5.1.x", |
| 102 | + "tslint-language-service": "0.9.x", |
| 103 | + "typescript": "2.3.x", |
| 104 | + "web-animations-js": "2.2.x", |
| 105 | + "webpack-dev-server": "2.4.x", |
| 106 | + "webpack": "2.4.x", |
| 107 | + "zone.js": "0.8.10" |
| 108 | + } |
109 | 109 | } |
0 commit comments