From d7963971c3cda136776ea3e68092e061b59a2a28 Mon Sep 17 00:00:00 2001 From: Denis Sokolov Date: Thu, 4 Jun 2015 11:07:58 +0300 Subject: [PATCH] Add package.json --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..407835b --- /dev/null +++ b/package.json @@ -0,0 +1,6 @@ +{ + "name": "jquery-modal", + "version": "0.5.5", + "description": "The simplest possible modal for jQuery", + "license": "MIT" +}