-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
49 lines (49 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@moebius/ng-validators",
"version": "2.0.2",
"description": "Collection of input validators for Angular",
"author": "Slava Fomin II <slava@fomin.io> (https://slava.fomin.io)",
"license": "MIT",
"repository": "https://github.com/moebius-mlm/ng-validators",
"scripts": {
"build": "rm -rf ./dist/ && tslint -p . && ng-packagr",
"build:watch": "ng-packagr --watch",
"publish": "./bin/publish.sh",
"start": "npm run build:watch"
},
"keywords": [
"angular",
"birth-date",
"birthday",
"date",
"form",
"forms",
"is-true",
"js-joda",
"match-other",
"moment",
"password",
"skype",
"skype-name",
"typescript",
"validation",
"validator"
],
"peerDependencies": {
"@angular/core": "^8.0.0",
"@angular/forms": "^8.0.0",
"moment": "^2.0.0",
"js-joda": "^1.11.0"
},
"devDependencies": {
"@angular/compiler": "^8.2.13",
"@angular/compiler-cli": "^8.2.13",
"@angular/core": "^8.2.13",
"@angular/forms": "^8.2.13",
"js-joda": "^1.11.0",
"moment": "^2.24.0",
"ng-packagr": "^5.7.1",
"tslint": "^5.20.1",
"typescript": "<3.6.0"
}
}