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.

25 lines
573B

  1. {
  2. "name": "community",
  3. "version": "1.0.0",
  4. "description": "*Manifest repository for VCV Rack plugins*",
  5. "scripts": {
  6. "test": "jasmine"
  7. },
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://github.com/VCVRack/community.git"
  11. },
  12. "bugs": {
  13. "url": "https://github.com/VCVRack/community/issues"
  14. },
  15. "homepage": "https://github.com/VCVRack/community#readme",
  16. "devDependencies": {
  17. "adm-zip": "^0.4.7",
  18. "ajv": "^5.5.2",
  19. "hash-files": "^1.1.1",
  20. "jasmine": "^2.8.0",
  21. "node-virustotal": "^2.4.2",
  22. "request": "^2.83.0"
  23. }
  24. }