|
@@ -0,0 +1,19 @@
|
|
1
|
+{
|
|
2
|
+ "name": "sparrow",
|
|
3
|
+ "version": "0.0.1",
|
|
4
|
+ "description": "Sparrow is a libre front-end forum software powered by the Matrix protocol and using a Matrix homeserver as its back-end",
|
|
5
|
+ "main": "index.js",
|
|
6
|
+ "scripts": {
|
|
7
|
+ "test": "echo \"Error: no test specified\" && exit 1"
|
|
8
|
+ },
|
|
9
|
+ "repository": {
|
|
10
|
+ "type": "git",
|
|
11
|
+ "url": "git+https://github.com/babolivier/sparrow.git"
|
|
12
|
+ },
|
|
13
|
+ "author": "Brendan Abolivier <sparrow@brendanabolivier.com>",
|
|
14
|
+ "license": "AGPL-3.0",
|
|
15
|
+ "bugs": {
|
|
16
|
+ "url": "https://github.com/babolivier/sparrow/issues"
|
|
17
|
+ },
|
|
18
|
+ "homepage": "https://github.com/babolivier/sparrow#readme"
|
|
19
|
+}
|