smooth-scroll

simple smooth scrolling in the browser
git clone https://git.ce9e.org/smooth-scroll.git

commit
e6e3cc954601d869356d7c9d16eb3faebf9451e2
parent
bfb1d7fa7a6657ffcddac6180be866d08786397b
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-03-25 09:13
add package.json

Diffstat

A package.json 21 +++++++++++++++++++++

1 files changed, 21 insertions, 0 deletions


diff --git a/package.json b/package.json

@@ -0,0 +1,21 @@
   -1     1 {
   -1     2   "name": "smooth-scroll",
   -1     3   "version": "1.0.0",
   -1     4   "description": "simple smooth scrolling in the browser",
   -1     5   "main": "smooth-scroll.js",
   -1     6   "repository": {
   -1     7     "type": "git",
   -1     8     "url": "git+https://github.com/xi/smooth-scroll.git"
   -1     9   },
   -1    10   "keywords": [
   -1    11     "smmoth",
   -1    12     "scroll",
   -1    13     "browser"
   -1    14   ],
   -1    15   "author": "Tobias Bengfort <tobias.bengfort@posteo.de>",
   -1    16   "license": "MIT",
   -1    17   "bugs": {
   -1    18     "url": "https://github.com/xi/smooth-scroll/issues"
   -1    19   },
   -1    20   "homepage": "https://github.com/xi/smooth-scroll#readme"
   -1    21 }