composer.json 613 B

1234567891011121314151617
  1. {
  2. "name": "privatebin/privatebin",
  3. "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.",
  4. "version": "0.22",
  5. "repositories": [
  6. {
  7. "type": "vcs",
  8. "url": "https://github.com/PrivateBin/PrivateBin"
  9. }
  10. ],
  11. "license":"zlib-acknowledgement",
  12. "require-dev": {
  13. "phpunit/phpunit": "4.8.*",
  14. "codacy/coverage": "dev-master",
  15. "codeclimate/php-test-reporter": "dev-master"
  16. }
  17. }