From 744b07219c67629c1b3aac1e27b7a37300892bb2 Mon Sep 17 00:00:00 2001 From: King Rayhan Date: Tue, 23 May 2017 15:37:34 +0600 Subject: [PATCH] Create LineProgressbar.jquery.json --- LineProgressbar.jquery.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 LineProgressbar.jquery.json diff --git a/LineProgressbar.jquery.json b/LineProgressbar.jquery.json new file mode 100644 index 0000000..6bd3808 --- /dev/null +++ b/LineProgressbar.jquery.json @@ -0,0 +1,33 @@ +{ + "name": "LineProgressbar", + "title": "Jquery Line Progressbar", + "description": "A light weight jquery progressbar plugin", + "keywords": [ + "progressbar" + ], + "version": "1.0.0", + "author": { + "name": "King Rayhan", + "url": "https://github.com/kingRayhan" + }, + "maintainers": [ + { + "name": "KingRayhan", + "email": "rayhan095@gmail.com", + "url": "http://rayhan.info" + } + ], + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/kingRayhan/LineProgressbar/blob/master/LICENSE" + } + ], + "bugs": "https://github.com/kingRayhan/LineProgressbar/issues", + "homepage": "https://kingrayhan.github.io/LineProgressbar/", + "docs": "https://kingrayhan.github.io/LineProgressbar/installation.html", + "download": "https://github.com/kingRayhan/LineProgressbar/archive/master.zip", + "dependencies": { + "jquery": ">=1.9" + } +}