diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..b512c09d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules \ No newline at end of file diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..587bd3e0 --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: node_js diff --git a/package.json b/package.json new file mode 100644 index 00000000..c523dc71 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "community", + "version": "1.0.0", + "description": "*Manifest repository for VCV Rack plugins*", + "scripts": { + "test": "echo \"Error: no tests yet\" && exit 0" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/VCVRack/community.git" + }, + "bugs": { + "url": "https://github.com/VCVRack/community/issues" + }, + "homepage": "https://github.com/VCVRack/community#readme", + "devDependencies": { + "node-virustotal": "^2.4.2" + } +}