From 7499cfce8685b5782fd2d77560d0f2aebe4fdf77 Mon Sep 17 00:00:00 2001 From: Stefan Kecskes Date: Wed, 24 Feb 2016 09:53:41 +0000 Subject: [PATCH] Package.json for npm Hi, I added your library to npm as I'm managing all libraries in my project that way and thought that package.json should be saved here. --- 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..9fd539f --- /dev/null +++ b/package.json @@ -0,0 +1,31 @@ +{ + "name": "shadowbox-js", + "version": "3.0.3", + "description": "Shadowbox is a powerful media player that displays your photos and videos in a beautiful, responsive lightbox on both mouse and touch screens.", + "main": "source/shadowbox.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/mjackson/shadowbox.git" + }, + "keywords": [ + "shadowbox", + "lightbox", + "photo", + "video", + "media", + "player" + ], + "author": "Michael Jackson ", + "contributors": [{ + "name": "Stefan Kecskes", + "email": "mr.kecskes@gmail.com" + }], + "license": "GPL-3.0", + "bugs": { + "url": "https://github.com/mjackson/shadowbox/issues" + }, + "homepage": "https://github.com/mjackson/shadowbox#readme" +}