-
Notifications
You must be signed in to change notification settings - Fork 51
/
bower.json
79 lines (79 loc) · 1.58 KB
/
bower.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
79
{
"name": "angular-ui-form-validation",
"version": "2.1.3",
"main": "./dist/angular-ui-form-validation.js",
"keywords": [
"angular",
"angular-validation",
"angular-ui-form-validation",
"angular-validator",
"validation",
"angularjs",
"directive",
"javascript",
"nelson",
"omuto",
"angular",
"validation",
"directive",
"angularjs",
"validation",
"directive",
"validation",
"directive",
"angular",
"validation",
"angularjs",
"validation",
"javascript",
"input",
"validation",
"multiple",
"input",
"validation",
"order",
"of",
"priority",
"validation"
],
"ignore": [
"source",
"spec",
".bowerrc",
".gitignore",
".jshintignore",
".jshintrc",
"bower.json",
"gruntfile.js",
"package.json",
"README.md",
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2.24",
"json3": "~3.3.2",
"es5-shim": "~3.1.1",
"jquery": "~1.10.2",
"lazy.js": "~0.3.2",
"angular-resource": "~1.2.0",
"angular-cookies": "~1.2.0",
"angular-sanitize": "~1.2.0",
"angular-route": "~1.2.0",
"sass-bootstrap": "~3.0.2"
},
"devDependencies": {
"angular-mocks": "~1.2.0",
"angular-scenario": "~1.2.0"
},
"homepage": "https://github.com/nelsonomuto/angular-ui-form-validation",
"authors": [
"Nelson Omuto <[email protected]>"
],
"description": "AngularJS custom validation directives",
"license": "MIT"
}