Skip to content

Commit 1759c74

Browse files
author
Offerel
committed
„composer.json“ hinzufügen
1 parent 729fdaa commit 1759c74

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

composer.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "offerel/primitivenotes",
3+
"description": "A deadly simple notes plugin for Roundcube",
4+
"keywords": ["notes","plugin","html","markdown","images","pdf","roundcube"],
5+
"homepage": "https://github.com/Offerel/roundcube_primitivenotes",
6+
"type": "roundcube-plugin",
7+
"license": "AGPL-3.0",
8+
"version": "2.0.6",
9+
"authors": [
10+
{
11+
"name": "Offerel",
12+
"homepage": "https://github.com/Offerel",
13+
"role": "Developer"
14+
}
15+
],
16+
"repositories": [
17+
{
18+
"type": "composer",
19+
"url": "https://plugins.roundcube.net"
20+
}
21+
],
22+
"require": {
23+
"roundcube/plugin-installer": ">=0.1.7"
24+
}
25+
}

0 commit comments

Comments
 (0)