12345678910111213141516171819 |
- {
- "name": "sparrow",
- "version": "0.0.1",
- "description": "Sparrow is a libre front-end forum software powered by the Matrix protocol and using a Matrix homeserver as its back-end",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/babolivier/sparrow.git"
- },
- "author": "Brendan Abolivier <sparrow@brendanabolivier.com>",
- "license": "AGPL-3.0",
- "bugs": {
- "url": "https://github.com/babolivier/sparrow/issues"
- },
- "homepage": "https://github.com/babolivier/sparrow#readme"
- }
|