hubot-matrix/package.json

26 lines
551 B
JSON
Raw Normal View History

2015-12-04 09:57:45 +01:00
{
"name": "hubot-matrix",
2017-02-26 23:52:04 +01:00
"version": "1.2.0",
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",
2017-02-14 12:28:54 +01:00
"parent-require": "^1.0.0",
2017-02-26 23:52:04 +01:00
"async": "^1.4.2",
"gm": "^1.18.1",
"needle": "^0.10.0"
2015-12-04 09:57:45 +01:00
},
"peerDependencies": {
"hubot": ">=2.0"
},
"devDependencies": {
"coffee-script": ">=1.2.0"
}
}