This repository was archived by the owner on Aug 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
83 lines (83 loc) · 1.47 KB
/
Copy pathbower.json
File metadata and controls
83 lines (83 loc) · 1.47 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "angular.validators",
"version": "4.4.2",
"description": "Angular validation directives using validator.js",
"main": "./angular.validators.js",
"dependencies": {
"angular": "^1.4.3"
},
"devDependencies": {
"angular-mocks": "~1.4.3",
"angular-scenario": "~1.4.3"
},
"keywords": [
"angular",
"validator",
"validators",
"node validator",
"validator.js",
"chriso",
"Chris O'Hara",
"email",
"url",
"ip",
"alpha",
"numeric",
"alphanumeric",
"base64",
"hexadecimal",
"hexcolor",
"date",
"credit card",
"isbn",
"json",
"multibyte",
"ascii",
"full width",
"half width",
"variable width",
"surrogate pair",
"mongo id",
"before",
"phone",
"after",
"uuid",
"null",
"float",
"inti",
"uppercase",
"lowercase",
"fqdn",
"directive",
"module",
"library",
"email",
"ip",
"alphanumeric",
"isbn",
"javascript",
"bower",
"currency",
"boolean"
],
"authors": [
"gkaimakas <gkaimakas@gmail.com> (https://github.com/gkaimakas)"
],
"homepage": "https://github.com/gkaimakas/angular.validators",
"repository": {
"type": "git",
"url": "git://github.com:gkaimakas/angular.validators.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"resolutions": {
"angular": "^1.4.3"
},
"private": "false"
}