-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
41 lines (41 loc) · 819 Bytes
/
Copy pathbower.json
File metadata and controls
41 lines (41 loc) · 819 Bytes
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
{
"name": "simple-form-validation",
"version": "1.0.5",
"dependencies": {
"angular": "^1.3.0",
"bootstrap": "^3.2.0"
},
"main": "dist/scripts/form-validation.js",
"devDependencies": {
"angular-mocks": "^1.3.0"
},
"appPath": "app",
"moduleName": "formValidation",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
}
},
"homepage": "https://github.com/kuldeepkeshwar/angular-form-validation",
"authors": [
"Kuldeep Keshwar <kuldeepkeshwar@gmail.com>"
],
"description": "angular form validation",
"keywords": [
"angular",
"form",
"validation"
],
"license": "MIT",
"ignore": [
"**/.*",
"test",
"package.json",
"app",
"*.*"
]
}