This repository has been 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
/
Copy pathpackage.json
78 lines (78 loc) · 1.48 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
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
{
"name": "angular.validators",
"version": "4.4.3",
"license": "MIT",
"main": "index.js",
"devDependencies": {
"chai": "^3.2.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"jasmine-core": "^2.2.0",
"jshint-stylish": "^0.2.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^2.2.5",
"phantomjs": "^1.9.17"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"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"
],
"repository": "https://github.com/gkaimakas/angular.validators"
}