forked from ghiscoding/angular-validation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
50 lines (50 loc) · 1.12 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
{
"name": "angular-validation-ghiscoding",
"version": "1.5.22",
"author": "Ghislain B.",
"description": "Angular-Validation Directive and Service (ghiscoding)",
"main": [
"locales/validation/en.js",
"locales/validation/fr.js",
"dist/angular-validation.min.js",
"src/validation-directive.js",
"src/validation-common.js",
"src/validation-rules.js",
"src/validation-service.js"
],
"keywords": [
"angular-validation"
],
"license": "MIT",
"ignore": [
"**/.*",
"full-tests",
"node_modules",
"bower_components",
"test",
"tests",
"more-examples",
"protractor",
"templates",
"app.js",
"changelog.txt",
"index.html",
"gulpfile.js",
"vendors",
"readme.md",
"README.md"
],
"homepage": "http://github.com/ghiscoding/angular-validation",
"repository": {
"type": "git",
"url": "git://github.com/ghiscoding/angular-validation"
},
"dependencies": {
"angular": ">= 1.2.0",
"angular-translate": ">= 2.4.2",
"angular-translate-loader-static-files": ">= 2.4.2"
},
"devDependencies": {
"angular-route": ">= 1.2.0"
}
}