forked from jjprogramsllc/practical-form.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 727 Bytes
/
Copy pathbower.json
File metadata and controls
32 lines (32 loc) · 727 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
{
"name": "practical-form.js",
"version": "1.1.1",
"homepage": "https://github.com/jjprogramsllc/practical-form.js",
"authors": [
"Joseph Livecchi <joewashear007@gmail.com>"
],
"description": "Practial, Validated, and Accessible Form Inputs, Built in and for United States web developers",
"main": "src/practical-forms.js",
"keywords": [
"forms",
"angular",
"bootstrap",
"practical",
"accessible",
"validate"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-bootstrap": "~1.2.5",
"angular": "~1.5.2",
"angular-aria": "~1.5.2",
"angular-messages": "~1.5.2"
}
}