You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
307 B

4 years ago
  1. {
  2. "name": "record",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "record.js",
  6. "scripts": {
  7. "install": "openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 365 -out cert.pem"
  8. },
  9. "dependencies": {
  10. "lame": "*",
  11. "mumble": "*"
  12. },
  13. "author": "ale",
  14. "license": "MIT"
  15. }