From 2b78ccde74d2a37c615b43e990058791548fdc09 Mon Sep 17 00:00:00 2001 From: "Christoph \"criztovyl\" Schulz" Date: Sat, 25 Mar 2017 17:58:36 +0100 Subject: [PATCH] package.json --- package.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..0444dbf --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "pagify", + "version": "1.0.0", + "description": "A jQuery plugin for effortlessly creating single page web sites.", + "main": "pagify.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/cmpolis/Pagify.git" + }, + "keywords": [ + "jquery", + "one-page" + ], + "author": "Chris Polis", + "license": "MIT", + "bugs": { + "url": "https://github.com/cmpolis/Pagify/issues" + }, + "homepage": "https://github.com/cmpolis/Pagify#readme", + "dependencies": { + "jquery": "^3.2.1" + } +}