From 3e5ed110d7b924d7f7b40df69c48e4450bc155b7 Mon Sep 17 00:00:00 2001 From: Sathvik Ponangi Date: Thu, 8 Oct 2015 14:07:43 +0530 Subject: [PATCH] Add package.json; Resolves #27 --- package.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..dd46c5b --- /dev/null +++ b/package.json @@ -0,0 +1,31 @@ +{ + "name": "jQuery.print", + "filename": "jQuery.print.min.js", + "version": "1.3.3", + "homepage": "https://doersguild.github.io/jQuery.print/", + "authors": [ + "Sathvik P " + ], + "description": "Easy to use, Element Printing Plugin for jQuery, for printing specific parts of a page", + "keywords": [ + "print", + "element printing", + "jquery print" + ], + "dependencies": { + "jquery": ">=1.7.2" + }, + "license": "CC-BY", + "repository": { + "type": "git", + "url": "git://github.com/DoersGuild/jQuery.print.git" + }, + "autoupdate": { + "source": "git", + "target": "git://github.com/DoersGuild/jQuery.print.git", + "basePath": "", + "files": [ + "jQuery.print*" + ] + } +}