2016-07-05 17:01:26 +02:00
{
2016-07-11 14:15:20 +02:00
"name" : "privatebin/privatebin" ,
2016-07-19 13:05:07 +02: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 09:06:48 +02:00
"type" : "project" ,
2016-07-23 09:26:00 +02:00
"keywords" : [ "private" , "secure" , "end-to-end-encrypted" , "e2e" , "paste" , "pastebin" , "zero" , "zero-knowledge" , "encryption" , "encrypted" , "AES" ] ,
2016-07-23 09:06:48 +02: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 14:15:20 +02:00
"repositories" : [
{
"type" : "vcs" ,
"url" : "https://github.com/PrivateBin/PrivateBin"
}
] ,
2016-07-23 09:18:21 +02:00
"require" : {
2017-03-24 19:20:34 +01:00
"php" : "^5.4.0 || ^7.0" ,
2017-01-30 20:36:38 +01:00
"paragonie/random_compat" : "2.0.4" ,
"yzalis/identicon" : "1.1.0"
2016-07-23 09:18:34 +02:00
} ,
2016-07-05 17:01:26 +02:00
"require-dev" : {
2016-07-06 12:09:19 +02:00
"codacy/coverage" : "dev-master" ,
2017-03-12 14:38:49 +01:00
"codeclimate/php-test-reporter" : "dev-master" ,
"phpunit/phpunit" : "^4.6 || ^5.0"
2016-07-21 17:09:48 +02:00
} ,
"autoload" : {
"psr-4" : {
"PrivateBin\\" : "lib/"
}
2016-08-04 16:08:16 +02:00
} ,
"config" : {
"autoloader-suffix" : "DontChange"
2016-07-05 17:01:26 +02:00
}
}