-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 706 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 706 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
{
"name": "html5.constraintValidationAPI",
"title": "HTML5 constraintValidationAPI",
"version": "1.0.7",
"homepage": "https://github.com/bboyle/html5-constraint-validation-API",
"authors": [
"Ben Boyle <benjamins.boyle@gmail.com>"
],
"description": "A polyfill for the HTML5 constraintValidationAPI",
"main": "src/html5.constraintValidationAPI.js",
"keywords": [ "HTML5", "constraint validation API", "form validation", "polyfill" ],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"*.json",
"CONTRIBUTING.md",
"Gruntfile.js",
"bower_components",
"libs",
"node_modules",
"src",
"test"
],
"dependencies": {
"jquery": "*"
}
}