mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
4e91eae50a
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@92506 467b73ca-7a2a-4603-9d3b-597d59a354a9
34 lines
686 B
JSON
34 lines
686 B
JSON
{
|
|
"name": "jQuery-Metadata",
|
|
"version": 2.0,
|
|
"author": [
|
|
"John Resig <jeresig@gmail.com>",
|
|
"Jörn Zaefferer <joern.zaefferer@gmail.com>",
|
|
"Paul McLanahan <pmclanahan@gmail.com>"
|
|
],
|
|
"abstract": "Quietly extract JSON metadata contained within DOM elements.",
|
|
"license": "mit, gpl",
|
|
"distribution_type": "extension",
|
|
"requires": {
|
|
"jQuery": 1.2
|
|
},
|
|
"build_requires": {
|
|
"jQuery-testrunner": 0
|
|
},
|
|
"provides": {
|
|
"jQuery.Metadata": {
|
|
"version": 2.0,
|
|
"file": "jquery.metadata.js"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"data",
|
|
"utility"
|
|
],
|
|
"meta-spec": {
|
|
"version": 1.3,
|
|
"url": "http://module-build.sourceforge.net/META-spec-v1.3.html"
|
|
},
|
|
"generated_by": "John Resig"
|
|
}
|