update dependencies and version

This commit is contained in:
rnhmjoj 2017-02-26 23:52:04 +01:00
parent 1ce6505f00
commit bc3be91376
No known key found for this signature in database
GPG Key ID: 362BB82B7E496B7C

View File

@ -1,6 +1,6 @@
{ {
"name": "hubot-matrix", "name": "hubot-matrix",
"version": "1.1.1", "version": "1.2.0",
"description": "Matrix adapter for hubot", "description": "Matrix adapter for hubot",
"main": "src/matrix.coffee", "main": "src/matrix.coffee",
"scripts": { "scripts": {
@ -9,11 +9,12 @@
"author": "David A Roberts", "author": "David A Roberts",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"image-size": "^0.5.1",
"matrix-js-sdk": "*", "matrix-js-sdk": "*",
"node-localstorage": "^1.3.0", "node-localstorage": "^1.3.0",
"parent-require": "^1.0.0", "parent-require": "^1.0.0",
"request": "^2.79.0" "async": "^1.4.2",
"gm": "^1.18.1",
"needle": "^0.10.0"
}, },
"peerDependencies": { "peerDependencies": {
"hubot": ">=2.0" "hubot": ">=2.0"