hubot-matrix/package.json
2016-09-27 21:43:30 -04:00

22 lines
452 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": {
"parent-require": "^1.0.0",
"matrix-js-sdk": "^0.6.0"
},
"peerDependencies": {
"hubot": ">=2.0"
},
"devDependencies": {
"coffee-script": ">=1.2.0"
}
}