Blame view

framework/thirdparty/jquery-metadata/META.json 686 Bytes
a63b5418   Administrator   first_commit
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
29
30
31
32
33
  {
  	"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"
  }