hubot-matrix/package.json
2017-02-26 23:52:31 +01:00

26 lines
551 B
JSON

{
"name": "hubot-matrix",
"version": "1.2.0",
"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": {
"matrix-js-sdk": "*",
"node-localstorage": "^1.3.0",
"parent-require": "^1.0.0",
"async": "^1.4.2",
"gm": "^1.18.1",
"needle": "^0.10.0"
},
"peerDependencies": {
"hubot": ">=2.0"
},
"devDependencies": {
"coffee-script": ">=1.2.0"
}
}