forked from ghiscoding/angular-validation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 904 Bytes
/
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
{
"name": "angular-validation",
"version": "1.3.4",
"homepage": "https://github.com/mastermind1981/angular-validation",
"authors": [
"Ghislain B."
],
"description": "Angular Validation made easy! Angular Validation is an angular directive with locales (languages) with a simple approach of defining your validation=\"\" directly within your element to validate",
"main": "/locales/validation/en.json,src/angular-validation.js,style.css",
"keywords": [
"angular",
"validation",
"angular",
"form",
"validation",
"angular",
"summary",
"validation",
"easy",
"angularjs",
"validation",
"angularjs",
"validation",
"easy"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angularjs": "~1.3.13",
"angular-translate": "~2.6.0"
}
}