From 9792003447282ff6cb5303b42e18d352adee61c7 Mon Sep 17 00:00:00 2001 From: Gabriel Engel Date: Fri, 23 Sep 2016 10:17:48 -0300 Subject: [PATCH] formating --- package.json | 86 ++++++++++++++++++++++++++-------------------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/package.json b/package.json index 0e2143a77..a77d07586 100644 --- a/package.json +++ b/package.json @@ -1,45 +1,45 @@ { - "name": "hubot-rocketchat", - "version": "1.0.5", - "author": { - "name": "Rocket.Chat", - "url": "http://rocket.chat/" - }, - "contributors": [{ - "name": "Sing Li", - "email": "sing.li@rocket.chat" - }, { - "name": "Gabriel Engel", - "email": "gabriel.engel@rocket.chat" - }, { - "name": "Aaron Ogle", - "email": "aaron.ogle@rocket.chat" - }], - "description": "Hubot Rocket.Chat Adapter", - "keywords": [ - "hubot", - "adapter", - "rocketchat", - "rocket", - "chat" - ], - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/RocketChat/hubot-rocketchat.git" - }, - "bugs": { - "url": "https://github.com/RocketChat/hubot-rocketchat/issues", - "email": "support@rocket.chat" - }, - "devDependencies": { - "coffee-script": "~1.7.1" - }, - "main": "./src/rocketchat", - "dependencies": { - "asteroid": "https://github.com/RocketChat/asteroid.git", - "parent-require": "^1.0.0", - "q": "^1.4.1", - "lru-cache": "~4.0.0" - } + "name": "hubot-rocketchat", + "version": "1.0.5", + "author": { + "name": "Rocket.Chat", + "url": "https://rocket.chat/" + }, + "contributors": [{ + "name": "Sing Li", + "email": "sing.li@rocket.chat" + }, { + "name": "Gabriel Engel", + "email": "gabriel.engel@rocket.chat" + }, { + "name": "Aaron Ogle", + "email": "aaron.ogle@rocket.chat" + }], + "description": "Hubot Rocket.Chat Adapter", + "keywords": [ + "hubot", + "adapter", + "rocketchat", + "rocket", + "chat" + ], + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/RocketChat/hubot-rocketchat.git" + }, + "bugs": { + "url": "https://github.com/RocketChat/hubot-rocketchat/issues", + "email": "support@rocket.chat" + }, + "devDependencies": { + "coffee-script": "~1.7.1" + }, + "main": "./src/rocketchat", + "dependencies": { + "asteroid": "https://github.com/RocketChat/asteroid.git", + "parent-require": "^1.0.0", + "q": "^1.4.1", + "lru-cache": "~4.0.0" + } }