2016-07-05 15:01:26 +00:00
{
2016-07-11 12:15:20 +00:00
"name" : "privatebin/privatebin" ,
2016-07-19 11:05:07 +00:00
"description" : "PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bit AES in Galois Counter mode (GCM)." ,
2016-07-23 07:06:48 +00:00
"type" : "project" ,
2016-07-23 07:26:00 +00:00
"keywords" : [ "private" , "secure" , "end-to-end-encrypted" , "e2e" , "paste" , "pastebin" , "zero" , "zero-knowledge" , "encryption" , "encrypted" , "AES" ] ,
2016-07-23 07:06:48 +00:00
"homepage" : "https://github.com/PrivateBin" ,
"license" : "zlib-acknowledgement" ,
"support" : {
"issues" : "https://github.com/PrivateBin/PrivateBin/issues" ,
"wiki" : "https://github.com/PrivateBin/PrivateBin/wiki" ,
"source" : "https://github.com/PrivateBin/PrivateBin" ,
"docs" : "https://zerobin.dssr.ch/documentation/"
} ,
2016-07-11 12:15:20 +00:00
"repositories" : [
{
"type" : "vcs" ,
"url" : "https://github.com/PrivateBin/PrivateBin"
}
] ,
2016-07-23 07:18:21 +00:00
"require" : {
"php" : "^5.2.6 || ^7.0"
2016-07-23 07:18:34 +00:00
} ,
2016-07-05 15:01:26 +00:00
"require-dev" : {
2016-07-06 10:09:19 +00:00
"codacy/coverage" : "dev-master" ,
"codeclimate/php-test-reporter" : "dev-master"
2016-07-21 15:09:48 +00:00
} ,
"autoload" : {
"psr-4" : {
"PrivateBin\\" : "lib/"
}
2016-08-04 14:08:16 +00:00
} ,
"config" : {
"autoloader-suffix" : "DontChange"
2016-07-05 15:01:26 +00:00
}
}