mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-11 13:56:35 +10:00
Merge pull request #565 from erichiggins/master
Add Backbone.Validation
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "backbone.validation",
|
||||
"filename": "backbone-validation-min.js",
|
||||
"version": "0.6.2",
|
||||
"description": "A validation plugin for Backbone.js that validates both your model as well as form input.",
|
||||
"homepage": "http://thedersen.com/projects/backbone-validation",
|
||||
"keywords": [
|
||||
"validation",
|
||||
"events",
|
||||
"models",
|
||||
"views"
|
||||
],
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Thomas Pedersen",
|
||||
"web": "http://thedersen.com/"
|
||||
}
|
||||
],
|
||||
"repositories": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "http://github.com/thedersen/backbone.validation.git"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user