You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
728 B
JSON

{
"name": "@modular-matrix/autodiscover-client-configuration",
"description": "Auto-discovers Matrix client configuration for a given hostname (including eg. doing a .well-known lookup)",
"version": "1.0.2",
"main": "index.js",
"repository": "http://git.cryto.net/modular-matrix/autodiscover-client-configuration.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"dependencies": {
"as-expression": "^1.0.0",
"axios": "^0.19.0",
"axios-get-json-response": "^1.0.1",
"create-error": "^0.3.1",
"dotty": "^0.1.0",
"validatem": "^0.2.0",
"bluebird": "^3.5.5"
},
"devDependencies": {
"@joepie91/eslint-config": "^1.1.0",
"eslint": "^6.2.2"
}
}