This repository has been archived on 2022-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
hydrogen-web/package.json

29 lines
777 B
JSON

{
"name": "brawl-chat",
"version": "1.0.0",
"description": "A javascript matrix client prototype, trying to minize RAM usage by offloading as much as possible to IndexedDB",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "node_modules/.bin/impunity --entryPoint src/main.js --force-esm",
"start": "node scripts/serve-local.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bwindels/brawl-chat.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bwindels/brawl-chat/issues"
},
"homepage": "https://github.com/bwindels/brawl-chat#readme",
"devDependencies": {
"finalhandler": "^1.1.1",
"impunity": "^0.0.7",
"serve-static": "^1.13.2"
}
}