2018-09-01 19:42:22 +02:00
{
"name" : "privatebin" ,
2022-04-05 07:29:07 +02:00
"version" : "1.4.0" ,
2018-09-01 19:42:22 +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)." ,
"main" : "privatebin.js" ,
"directories" : {
"test" : "test"
} ,
"dependencies" : { } ,
"devDependencies" : {
"jsdom" : "^9.12.0" ,
"jsdom-global" : "^2.1.1" ,
2019-06-20 21:38:29 +02:00
"jsdom-url" : "^2.2.1" ,
2018-09-01 19:42:22 +02:00
"jsverify" : "^0.8.3" ,
2020-06-01 08:07:25 +02:00
"@peculiar/webcrypto" : "^1.1.1"
2018-09-01 19:42:22 +02:00
} ,
"scripts" : {
"test" : "mocha"
} ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/PrivateBin/PrivateBin.git"
} ,
"keywords" : [
"private" ,
"secure" ,
"end-to-end-encrypted" ,
"e2e" ,
"paste" ,
"pastebin" ,
"zero" ,
"zero-knowledge" ,
"encryption" ,
"encrypted" ,
"AES"
] ,
"author" : "" ,
"license" : "zlib-acknowledgement" ,
"bugs" : {
"url" : "https://github.com/PrivateBin/PrivateBin/issues"
} ,
"homepage" : "https://privatebin.info/"
}