vector-im-hydrogen-web/package.json

34 lines
977 B
JSON
Raw Normal View History

2019-02-10 21:25:29 +01:00
{
2020-08-05 19:09:58 +02:00
"name": "hydrogen-web",
2020-05-10 11:56:50 +02:00
"version": "0.0.27",
2019-02-10 21:25:29 +01:00
"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-13 22:54:11 +01:00
"test": "node_modules/.bin/impunity --entry-point src/main.js --force-esm",
"start": "node scripts/serve-local.js",
"build": "node --experimental-modules scripts/build.mjs"
2019-02-10 21:25:29 +01:00
},
"repository": {
"type": "git",
2020-08-05 19:09:58 +02:00
"url": "git@github.com:vector-im/hydrogen-web.git"
2019-02-10 21:25:29 +01:00
},
2020-08-05 19:08:11 +02:00
"author": "matrix.org",
2020-08-05 18:45:00 +02:00
"license": "Apache-2.0",
2019-02-10 21:25:29 +01:00
"bugs": {
2020-08-05 19:09:58 +02:00
"url": "https://github.com/vector-im/hydrogen-web/issues"
2019-02-10 21:25:29 +01:00
},
2020-08-05 19:09:58 +02:00
"homepage": "https://github.com/vector-im/hydrogen-web/#readme",
"devDependencies": {
"cheerio": "^1.0.0-rc.3",
"finalhandler": "^1.1.1",
2020-04-19 19:02:10 +02:00
"impunity": "^0.0.11",
"postcss": "^7.0.18",
"postcss-import": "^12.0.1",
"rollup": "^1.15.6",
"serve-static": "^1.13.2"
}
2019-02-10 21:25:29 +01:00
}