2019-02-11 01:55:29 +05:30
|
|
|
{
|
2019-06-15 03:28:39 +05:30
|
|
|
"name": "brawl-chat",
|
2020-03-24 03:32:46 +05:30
|
|
|
"version": "0.0.19",
|
2019-02-11 01:55:29 +05:30
|
|
|
"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": {
|
2020-03-14 03:24:11 +05:30
|
|
|
"test": "node_modules/.bin/impunity --entry-point src/main.js --force-esm",
|
2019-06-24 03:08:30 +05:30
|
|
|
"start": "node scripts/serve-local.js",
|
2019-09-15 12:44:20 +05:30
|
|
|
"build": "node --experimental-modules scripts/build.mjs"
|
2019-02-11 01:55:29 +05:30
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-06-15 03:28:39 +05:30
|
|
|
"url": "git+https://github.com/bwindels/brawl-chat.git"
|
2019-02-11 01:55:29 +05:30
|
|
|
},
|
2019-09-15 12:44:20 +05:30
|
|
|
"author": "Bruno Windels",
|
2019-02-11 01:55:29 +05:30
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
2019-06-15 03:28:39 +05:30
|
|
|
"url": "https://github.com/bwindels/brawl-chat/issues"
|
2019-02-11 01:55:29 +05:30
|
|
|
},
|
2019-06-15 03:28:39 +05:30
|
|
|
"homepage": "https://github.com/bwindels/brawl-chat#readme",
|
2019-02-16 04:52:47 +05:30
|
|
|
"devDependencies": {
|
2019-09-15 12:44:20 +05:30
|
|
|
"cheerio": "^1.0.0-rc.3",
|
2019-02-16 04:52:47 +05:30
|
|
|
"finalhandler": "^1.1.1",
|
2020-04-19 22:32:10 +05:30
|
|
|
"impunity": "^0.0.11",
|
2019-09-15 12:44:20 +05:30
|
|
|
"postcss": "^7.0.18",
|
|
|
|
"postcss-import": "^12.0.1",
|
2019-06-24 03:08:30 +05:30
|
|
|
"rollup": "^1.15.6",
|
2019-02-16 04:52:47 +05:30
|
|
|
"serve-static": "^1.13.2"
|
2020-03-15 01:22:17 +05:30
|
|
|
}
|
2019-02-11 01:55:29 +05:30
|
|
|
}
|