hubot-matrix/package.json
2017-02-14 11:28:54 +00:00

25 lines
536 B
JSON

{
"name": "hubot-matrix",
"version": "1.1.1",
"description": "Matrix adapter for hubot",
"main": "src/matrix.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "David A Roberts",
"license": "MIT",
"dependencies": {
"image-size": "^0.5.1",
"matrix-js-sdk": "*",
"node-localstorage": "^1.3.0",
"parent-require": "^1.0.0",
"request": "^2.79.0"
},
"peerDependencies": {
"hubot": ">=2.0"
},
"devDependencies": {
"coffee-script": ">=1.2.0"
}
}