mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-16 16:27:12 +10:00
23 lines
635 B
JSON
23 lines
635 B
JSON
{
|
|
"name": "jquery.formset",
|
|
"filename": "jquery.formset.min.js",
|
|
"version": "1.2",
|
|
"description": "Helps create more usable Django formsets by adding and removing forms on the client-side.",
|
|
"homepage": "https://code.google.com/p/django-dynamic-formset/",
|
|
"dependencies": {
|
|
"jquery": ">=1.2.6"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Stanislaus Madueke",
|
|
"web": "http://blog.stanisla.us/"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "svn",
|
|
"url": "http://django-dynamic-formset.googlecode.com/svn/trunk/django-dynamic-formset"
|
|
}
|
|
]
|
|
}
|