From 561aa08d8a6356d472e47140e24e5f53977edd70 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Mon, 15 Jun 2020 20:17:46 -0400 Subject: [PATCH] initial commit --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..5db48ea --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "shipyard", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC" +}