From 941aa985c7f33301ef85bddd32afb817707836d5 Mon Sep 17 00:00:00 2001 From: Andres Olave Date: Mon, 20 Jun 2016 14:34:19 +0300 Subject: [PATCH] rename --- bower.json | 2 +- package.json | 22 +++++++++++++++------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index b36472f..8fd312c 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "ngChatScroller", + "name": "ng-chat-scroller", "version": "0.1.2", "homepage": "https://github.com/sloops77/ngChatScroller", "authors": [ diff --git a/package.json b/package.json index 28b6a40..cf3aac5 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,12 @@ { - "name": "ngChatScroller", + "name": "ng-chat-scroller", "private": false, "version": "0.1.2", "repository": { "url": "git://github.com/sloops77/ngChatScroller.git" }, - "browser" : "dist/ngChatScroller.js", - "author": { - "name": "Andres Olave", - "email": "andres.olave@thinkingbytes.net" - }, + "browser": "dist/ngChatScroller.js", + "author": "Andres Olave ", "bugs": { "url": "https://github.com/sloops77/ngChatScroller/issues" }, @@ -71,5 +68,16 @@ { "type": "MIT" } - ] + ], + "description": "A smooth scroller for chat based apps that reverse scroll (bottom to top)", + "homepage": "https://github.com/sloops77/ngChatScroller#readme", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [ + "angular", + "chat", + "scroll" + ], + "license": "MIT" }