From bfd00a5711b6059c27f23e4312083d4a2b0a8552 Mon Sep 17 00:00:00 2001 From: Jeremy Wentworth Date: Tue, 19 Dec 2017 19:25:25 -0500 Subject: [PATCH] placeholder for tests --- .gitignore | 1 + .travis.yml | 1 + package.json | 19 +++++++++++++++++++ 3 files changed, 21 insertions(+) create mode 100644 .gitignore create mode 100644 .travis.yml create mode 100644 package.json 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" + } +}