2015-12-04 09:57:45 +01:00
|
|
|
{
|
|
|
|
"name": "hubot-matrix",
|
2016-09-28 03:43:30 +02:00
|
|
|
"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": {
|
2017-02-09 09:44:30 +01:00
|
|
|
"matrix-js-sdk": "*",
|
|
|
|
"node-localstorage": "^1.3.0",
|
|
|
|
"parent-require": "^1.0.0"
|
2015-12-04 09:57:45 +01:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"hubot": ">=2.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"coffee-script": ">=1.2.0"
|
|
|
|
}
|
|
|
|
}
|