jquery-url-shortner
Version:
jQuery plugin for Shortening URLs using Google URL shortener API.
39 lines (38 loc) • 1.13 kB
JSON
{
"name": "jquery-url-shortner",
"title": "jQuery URL Shortener",
"description": "jQuery plugin for Shortening URLs using Google URL shortener API.",
"keywords": [
"urlshortener"
],
"version": "1.0.1",
"author": "Ravishanker Kusuma (http://hayageek.com)",
"maintainers": [
"Ravishanker Kusuma <ravi@hayageek.com> (http://hayageek.com)"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hayageek/jQuery-URL-shortener/blob/master/MIT-License.txt"
}
],
"homepage": "https://github.com/hayageek/jQuery-URL-shortener",
"docs": "https://github.com/hayageek/jQuery-URL-shortener",
"download": "https://github.com/hayageek/jQuery-URL-shortener",
"demo": "http://hayageek.com/jquery-url-shortener/",
"dependencies": {
"jquery": ">=1.6"
},
"main": "jquery.urlshortener.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hayageek/jQuery-URL-shortener"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hayageek/jQuery-URL-shortener/issues"
}
}