commit aa7a798e4e7b859afb166cc49cefdc46e3a33925 Author: BinHong Lee Date: Fri Oct 20 21:47:11 2017 -0500 Initial commit diff --git a/package.json b/package.json new file mode 100644 index 0000000..29fffbb --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "breakups", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "test" + }, + "author": "", + "license": "MIT" +}