|
1 | 1 | { |
2 | | - "name": "ngx-material-password-strength", |
| 2 | + "name": "@angular-material-extensions/password-strength", |
3 | 3 | "description": "Material password strength meter to indicate how secure is the provided password", |
4 | 4 | "version": "2.1.1", |
5 | | - "homepage": "https://github.com/anthonynahas/ngx-material-password-strength", |
| 5 | + "homepage": "https://github.com/angular-material-extensions/password-strength", |
6 | 6 | "author": { |
7 | 7 | "name": "anthonynahas", |
8 | 8 | "url": "https://github.com/anthonynahas" |
9 | 9 | }, |
10 | 10 | "repository": { |
11 | 11 | "type": "git", |
12 | | - "url": "git://github.com/anthonynahas/ngx-material-password-strength.git" |
| 12 | + "url": "git://github.com/angular-material-extensions/password-strength.git" |
13 | 13 | }, |
14 | 14 | "license": "MIT", |
15 | 15 | "keywords": [ |
|
21 | 21 | " strength-meter" |
22 | 22 | ], |
23 | 23 | "bugs": { |
24 | | - "url": "https://github.com/anthonynahas/ngx-material-password-strength/issues" |
| 24 | + "url": "https://github.com/angular-material-extensions/password-strength/issues" |
25 | 25 | }, |
26 | 26 | "private": true, |
27 | 27 | "scripts": { |
28 | 28 | "build": "gulp build", |
29 | 29 | "lint": "gulp lint", |
30 | 30 | "test": " gulp test", |
31 | 31 | "demo": " gulp build:demo", |
32 | | - "check-travis": " travis-status --repo=anthonynahas/ngx-material-password-strength --branch=master --fail-pending || echo 'Not yet passing'" |
| 32 | + "check-travis": " travis-status --repo=angular-material-extensions/password-strength --branch=master --fail-pending || echo 'Not yet passing'" |
33 | 33 | }, |
34 | 34 | "dependencies": { |
35 | 35 | "@angular/animations": "6.0.5", |
|
57 | 57 | "awesome-typescript-loader": "5.0.0", |
58 | 58 | "codelyzer": "4.3.0", |
59 | 59 | "commitplease": "3.2.0", |
60 | | - "conventional-github-releaser": "3.1.2", |
| 60 | + "conventional-github-releaser": "2.0.2", |
61 | 61 | "core-js": "2.5.7", |
62 | 62 | "css-loader": "0.28.11", |
63 | 63 | "cssnano": "3.10.0", |
|
99 | 99 | "rollup-plugin-commonjs": "9.1.3", |
100 | 100 | "rollup-plugin-node-resolve": "3.3.0", |
101 | 101 | "rollup-plugin-sourcemaps": "0.4.2", |
102 | | - "rollup-plugin-uglify": "4.0.0", |
| 102 | + "rollup-plugin-uglify": "3.0.0", |
103 | 103 | "run-sequence": "2.2.1", |
104 | 104 | "rxjs": "6.2.1", |
105 | 105 | "sass-loader": "7.0.3", |
|
151 | 151 | "awesome-typescript-loader", |
152 | 152 | "codelyzer", |
153 | 153 | "@angular/animations", |
154 | | - "@types/jasmine" |
| 154 | + "@types/jasmine", |
| 155 | + "@types/jest", |
| 156 | + "@types/node", |
| 157 | + "conventional-github-releaser", |
| 158 | + "rollup-plugin-uglify" |
155 | 159 | ] |
156 | 160 | }, |
157 | 161 | "commitplease": { |
|
0 commit comments