hubot-matrix/package.json
David A Roberts 7b83cbc5d7 image upload
2015-12-05 14:02:04 +10:00

22 lines
453 B
JSON

{
"name": "hubot-matrix",
"version": "1.1.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": {
"parent-require": "^1.0.0",
"matrix-js-sdk": ">=0.3.0"
},
"peerDependencies": {
"hubot": ">=2.0"
},
"devDependencies": {
"coffee-script": ">=1.2.0"
}
}