Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
  • Loading branch information
engelgabriel committed Sep 23, 2016
1 parent 66ebdd3 commit 9792003
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"name": "hubot-rocketchat",
"version": "1.0.5",
"author": {
"name": "Rocket.Chat",
"url": "http://rocket.chat/"
},
"contributors": [{
"name": "Sing Li",
"email": "[email protected]"
}, {
"name": "Gabriel Engel",
"email": "[email protected]"
}, {
"name": "Aaron Ogle",
"email": "[email protected]"
}],
"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": "[email protected]"
},
"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": "[email protected]"
}, {
"name": "Gabriel Engel",
"email": "[email protected]"
}, {
"name": "Aaron Ogle",
"email": "[email protected]"
}],
"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": "[email protected]"
},
"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"
}
}

0 comments on commit 9792003

Please sign in to comment.