From c99a7a13f89905417305428aa2e4f35002e3a5f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Ociepka?= Date: Thu, 15 Oct 2015 11:42:42 +0200 Subject: [PATCH] Add package file --- package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..0dfede4 --- /dev/null +++ b/package.json @@ -0,0 +1,16 @@ +{ + "name": "noisy", + "version": "0.0.1", + "description": "A jQuery plugin that adds random noise to the background of an element.", + "main": "jquery/jquery.noisy.js", + "repository": { + "type": "git", + "url": "git+https://github.com/mociepka/Noisy.git" + }, + "author": "Dniel Rapp", + "license": "MIT", + "bugs": { + "url": "https://github.com/mociepka/Noisy/issues" + }, + "homepage": "https://github.com/mociepka/Noisy#readme" +}