package.json 496 B

1234567891011121314151617181920212223
  1. {
  2. "name": "mbedtls",
  3. "version": "2.2.1",
  4. "pak": {
  5. "import": true,
  6. "origin": "ARMmbed/mbedtls"
  7. },
  8. "description": "MbedTLS Source Code",
  9. "license": "Apache",
  10. "keywords": [
  11. "mbedtls",
  12. "ssl",
  13. "tls"
  14. ],
  15. "repository": {
  16. "type": "git",
  17. "url": "git://github.com/ARMmbed/mbedtls.git",
  18. "patch": "https://github.com/embedthis/patch-mbedtls/archive/2.2.1.tar.gz"
  19. },
  20. "files": [
  21. "dist/"
  22. ]
  23. }