added jquery-validation -> github/jzaefferer/jquery-validation

This commit is contained in:
Aaike Van Roekeghem
2015-01-24 22:40:10 +07:00
parent 03633ae4ab
commit 12f54b1d5c
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,14 @@
{
"main": "./dist/jquery.validate.js",
"registry": "jspm",
"shim": {
"jquery-validation": {
"deps": [
"jquery"
]
}
},
"dependencies": {
"jquery": "jquery@^2.1.1"
}
}