hubot-matrix/package.json

22 lines
447 B
JSON
Raw Normal View History

2015-12-04 09:57:45 +01:00
{
"name": "hubot-matrix",
"version": "1.1.1",
2015-12-04 09:57:45 +01:00
"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",
2017-02-08 13:35:23 +01:00
"matrix-js-sdk": "*"
2015-12-04 09:57:45 +01:00
},
"peerDependencies": {
"hubot": ">=2.0"
},
"devDependencies": {
"coffee-script": ">=1.2.0"
}
}