composer.json 590 B

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