forked from nilsteampassnet/TeamPass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
24 lines (24 loc) · 796 Bytes
/
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
{
"name": "nilsteampassnet/TeamPass",
"type": "project",
"description": "TeamPass is a Passwords Manager dedicated for managing passwords in a collaborative way",
"version": "2.1.21",
"keywords": ["passwords", "manager", "collaborative"],
"homepage": "http://www.teampass.net/",
"license": "GNU Affero GPL 3",
"authors": [
{"name": "Nils Laumaillé", "email": "nils@teampass.net"}
],
"support": {
"email": "nils@teampass.net",
"issues": "https://github.com/nilsteampassnet/TeamPass/issues",
"source": "https://github.com/nilsteampassnet/TeamPass",
"wiki": "http://www.teampass.net"
},
"require": {
"php": ">=5.4.0",
"mysqli": ">=5.1.0",
"mcrypt": "*",
"mbstring": "*"
}
}