package.json 470 B

12345678910111213141516171819
  1. {
  2. "name": "sendd",
  3. "version": "1.0.0",
  4. "description": "direct file sender",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/Josh1147582/sendd.git"
  12. },
  13. "author": "Josh Bicking",
  14. "license": "GPL-3.0",
  15. "bugs": {
  16. "url": "https://github.com/Josh1147582/sendd/issues"
  17. },
  18. "homepage": "https://github.com/Josh1147582/sendd#readme"
  19. }