Commit 6e3cc91f authored by David Schnur's avatar David Schnur

Fix up URLs in the plugins.jquery.com manifest.

parent a0b05a4b
...@@ -8,16 +8,17 @@ ...@@ -8,16 +8,17 @@
}, },
"licenses": [{ "licenses": [{
"type": "MIT", "type": "MIT",
"url": "https://github.com/flot/flot/blob/master/LICENSE.txt" "url": "http://github.com/flot/flot/blob/master/LICENSE.txt"
}], }],
"dependencies": { "dependencies": {
"jquery": ">=1.2.6" "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.", "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"], "keywords": ["plot", "chart", "graph", "visualization", "canvas", "graphics"],
"homepage": "http://flotcharts.org", "homepage": "http://www.flotcharts.org",
"docs": "https://github.com/flot/flot/blob/master/API.md", "docs": "http://github.com/flot/flot/blob/master/API.md",
"demo": "http://www.flotcharts.org/flot/examples/", "demo": "http://www.flotcharts.org/flot/examples/",
"bugs": "http://github.com/flot/flot/issues",
"maintainers": [{ "maintainers": [{
"name": "David Schnur", "name": "David Schnur",
"email": "dnschnur@gmail.com", "email": "dnschnur@gmail.com",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment