From e97410450cd328bf831bbd8ef70b44acb2a95154 Mon Sep 17 00:00:00 2001 From: DanTheMan827 <790119+DanTheMan827@users.noreply.github.com> Date: Tue, 29 Jan 2019 14:04:41 -0600 Subject: [PATCH] Create package.json --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..c87c73c --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "supersized", + "version": "3.2.7", + "description": "Full screen background slideshow plugin for jQuery", + "main": "./slideshow/js/supersized.3.2.7.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/buildinternet/supersized.git" + }, + "keywords": [ + "jquery", + "slideshow", + "plugin" + ], + "author": "Sam Dunn", + "license": "MIT OR GPL-2.0", + "bugs": { + "url": "https://github.com/buildinternet/supersized/issues" + }, + "homepage": "https://github.com/buildinternet/supersized#readme" +}