From 0a9e253282e057b4442dd7644ef179d7abf9721b Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Wed, 29 Jun 2016 14:32:50 +0000 Subject: [PATCH] initing --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..5a92689 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "workspace", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/mahuntington/herokutest.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/mahuntington/herokutest/issues" + }, + "homepage": "https://github.com/mahuntington/herokutest#readme" +}