commit 561aa08d8a6356d472e47140e24e5f53977edd70 Author: Yanick Champoux Date: Mon Jun 15 20:17:46 2020 -0400 initial commit 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" +}