From 92a833ce0086a32bf31d98d2745a842c6e517972 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Sat, 12 Jan 2013 09:27:58 -0500 Subject: [PATCH] Cleaned up jQuery plugins site manifest. Fixed jQuery version dependency (we require 1.2.6, not 1.3.2) and whitespace. --- flot.jquery.json | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/flot.jquery.json b/flot.jquery.json index 8f72558..983d6ba 100644 --- a/flot.jquery.json +++ b/flot.jquery.json @@ -6,25 +6,21 @@ "name": "Ole Laursen", "url": "https://github.com/OleLaursen" }, - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/flot/flot/blob/master/LICENSE.txt" - } - ], + "licenses": [{ + "type": "MIT", + "url": "https://github.com/flot/flot/blob/master/LICENSE.txt" + }], "dependencies": { - "jquery": ">=1.3.2" + "jquery": ">=1.2.6" }, "description": "Flot is a pure JavaScript plotting library for jQuery, with a focus on simple usage, attractive looks and interactive features.", "keywords": ["plot", "chart", "graph", "visualization", "canvas", "graphics"], - "homepage": "https://flotcharts.org", + "homepage": "http://flotcharts.org", "docs": "https://github.com/flot/flot/blob/master/API.md", "demo": "http://people.iola.dk/olau/flot/examples", - "maintainers": [ - { - "name": "David Schnur", - "email": "dnschnur@gmail.com", - "url": "http://github.com/dnschnur" - } - ] + "maintainers": [{ + "name": "David Schnur", + "email": "dnschnur@gmail.com", + "url": "http://github.com/dnschnur" + }] } \ No newline at end of file