Added a jQuery-Manifest 0.1.0
authorKai Moritz <kai@juplo.de>
Tue, 26 Feb 2013 22:51:33 +0000 (23:51 +0100)
committerKai Moritz <kai@juplo.de>
Wed, 27 Feb 2013 18:29:50 +0000 (19:29 +0100)
openx.jquery.json [new file with mode: 0644]

diff --git a/openx.jquery.json b/openx.jquery.json
new file mode 100644 (file)
index 0000000..daa4b41
--- /dev/null
@@ -0,0 +1,11 @@
+{
+  "name": "openx",
+  "title": "jQuery OpenX",
+  "description": "jQuery plugin, that loads banner-ads from an OpenX-server in an asynchronous and responsive way",
+  "keywords": [ "openx" ],
+  "version": "0.1.0",
+  "author": { "name": "Kai Moritz", "email": "kai@juplo.de" },
+  "licenses": [ { "type": "LGPLv3", "url": "http://www.gnu.org/licenses/lgpl-3.0.html" } ],
+  "homepage": "http://juplo.de/openx",
+  "dependencies": { "jquery": ">=1.1" }
+}