forked from mikespub-org/rvolz-BicBucStriim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.22 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "mikespub/rvolz-bicbucstriim",
"description": "BicBucStriim streams books, digital books. It fills a gap in the functionality of current NAS devices that provide access to music, videos and photos -- but not books. BicBucStriim fills this gap and provides web-based access to your e-book collection.",
"authors": [
{
"name": "Rainer Volz",
"homepage": "https://github.com/rvolz/BicBucStriim",
"role": "Developer"
},
{
"name": "mikespub",
"homepage": "https://github.com/mikespub-org/rvolz-BicBucStriim",
"role": "Developer"
}
],
"type": "project",
"license": "MIT",
"require": {
"dflydev/markdown": "^1.0",
"slim/slim": "^2.6",
"swiftmailer/swiftmailer": "^6.3",
"twig/twig": "^1.44",
"aura/auth": "^4.0",
"aura/session": "^2.0",
"ircmaxell/password-compat": "^v1.0",
"slim/views": "^0.1.3",
"gabordemooij/redbean": "^3.5"
},
"require-dev": {
"simpletest/simpletest": "^1.1",
"alchemy/zippy": "^1.0"
},
"scripts": {
"genl10n": "yarn genl10n",
"package": "@php scripts/package.php"
}
}