From 48e1c688b2ff6554bddd4284294cd66305924a06 Mon Sep 17 00:00:00 2001 From: Hyunje Alex Jun Date: Tue, 21 Oct 2014 21:29:34 +0100 Subject: [PATCH] Add additional information to package.json --- package.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 106275c..e526192 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,25 @@ { "name": "perfect-scrollbar", "version": "0.5.3", + "description": "Tiny but perfect jquery scrollbar plugin.", + "author": "Hyunje Alex Jun ", + "contributors": [{ + "name": "Hyunje Alex Jun", + "email": "me@noraesae.net" + }], "main": "src/perfect-scrollbar.js", + "repository": { + "type": "git", + "url": "https://github.com/noraesae/perfect-scrollbar" + }, + "bugs": { + "url": "https://github.com/noraesae/perfect-scrollbar/issues" + }, + "keywords": [ + "jquery-plugin", + "scroll", + "scrollbar" + ], "engines": { "node": ">= 0.8.0" }, @@ -16,5 +34,6 @@ }, "scripts": { "test": "grunt travis --verbose" - } + }, + "license": "MIT" }