From a26c816e19025c2a79fbda823bfb416538c2c192 Mon Sep 17 00:00:00 2001 From: ShiraNai7 Date: Wed, 31 May 2017 23:26:21 +0200 Subject: [PATCH] Add package.json --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..6aa342f --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "name": "jquery-scrollwatch", + "version": "2.1.1", + "license": "MIT", + "description": "jQuery plugin for determining active sections on the page based on scrolling.", + "keywords": ["jQuery", "scrollwatch", "scroll", "navigation", "active", "class"], + "peerDependencies": { + "jquery": ">=1.9.0" + } +} \ No newline at end of file