|
1 | 1 | { |
2 | | - "name": "hubot-rocketchat", |
3 | | - "version": "1.0.5", |
4 | | - "author": { |
5 | | - "name": "Rocket.Chat", |
6 | | - "url": "http://rocket.chat/" |
7 | | - }, |
8 | | - "contributors": [{ |
9 | | - "name": "Sing Li", |
10 | | - "email": "sing.li@rocket.chat" |
11 | | - }, { |
12 | | - "name": "Gabriel Engel", |
13 | | - "email": "gabriel.engel@rocket.chat" |
14 | | - }, { |
15 | | - "name": "Aaron Ogle", |
16 | | - "email": "aaron.ogle@rocket.chat" |
17 | | - }], |
18 | | - "description": "Hubot Rocket.Chat Adapter", |
19 | | - "keywords": [ |
20 | | - "hubot", |
21 | | - "adapter", |
22 | | - "rocketchat", |
23 | | - "rocket", |
24 | | - "chat" |
25 | | - ], |
26 | | - "license": "MIT", |
27 | | - "repository": { |
28 | | - "type": "git", |
29 | | - "url": "https://github.com/RocketChat/hubot-rocketchat.git" |
30 | | - }, |
31 | | - "bugs": { |
32 | | - "url": "https://github.com/RocketChat/hubot-rocketchat/issues", |
33 | | - "email": "support@rocket.chat" |
34 | | - }, |
35 | | - "devDependencies": { |
36 | | - "coffee-script": "~1.7.1" |
37 | | - }, |
38 | | - "main": "./src/rocketchat", |
39 | | - "dependencies": { |
40 | | - "asteroid": "https://github.com/RocketChat/asteroid.git", |
41 | | - "parent-require": "^1.0.0", |
42 | | - "q": "^1.4.1", |
43 | | - "lru-cache": "~4.0.0" |
44 | | - } |
| 2 | + "name": "hubot-rocketchat", |
| 3 | + "version": "1.0.5", |
| 4 | + "author": { |
| 5 | + "name": "Rocket.Chat", |
| 6 | + "url": "https://rocket.chat/" |
| 7 | + }, |
| 8 | + "contributors": [{ |
| 9 | + "name": "Sing Li", |
| 10 | + "email": "sing.li@rocket.chat" |
| 11 | + }, { |
| 12 | + "name": "Gabriel Engel", |
| 13 | + "email": "gabriel.engel@rocket.chat" |
| 14 | + }, { |
| 15 | + "name": "Aaron Ogle", |
| 16 | + "email": "aaron.ogle@rocket.chat" |
| 17 | + }], |
| 18 | + "description": "Hubot Rocket.Chat Adapter", |
| 19 | + "keywords": [ |
| 20 | + "hubot", |
| 21 | + "adapter", |
| 22 | + "rocketchat", |
| 23 | + "rocket", |
| 24 | + "chat" |
| 25 | + ], |
| 26 | + "license": "MIT", |
| 27 | + "repository": { |
| 28 | + "type": "git", |
| 29 | + "url": "https://github.com/RocketChat/hubot-rocketchat.git" |
| 30 | + }, |
| 31 | + "bugs": { |
| 32 | + "url": "https://github.com/RocketChat/hubot-rocketchat/issues", |
| 33 | + "email": "support@rocket.chat" |
| 34 | + }, |
| 35 | + "devDependencies": { |
| 36 | + "coffee-script": "~1.7.1" |
| 37 | + }, |
| 38 | + "main": "./src/rocketchat", |
| 39 | + "dependencies": { |
| 40 | + "asteroid": "https://github.com/RocketChat/asteroid.git", |
| 41 | + "parent-require": "^1.0.0", |
| 42 | + "q": "^1.4.1", |
| 43 | + "lru-cache": "~4.0.0" |
| 44 | + } |
45 | 45 | } |
0 commit comments