From b59a6482b099bd254911d7bef904225c622e8f89 Mon Sep 17 00:00:00 2001 From: lunzhang Date: Sun, 20 Oct 2019 09:22:53 -0400 Subject: [PATCH] Add package.json --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..9b567d7 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "github-writes-code", + "version": "1.0.0", + "description": "A twist on Twitch Plays Pokemon", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/lunzhang/GitHub-Writes-Code.git" + }, + "keywords": [ + "github" + ], + "author": "", + "license": "MIT", + "bugs": { + "url": "https://github.com/lunzhang/GitHub-Writes-Code/issues" + }, + "homepage": "https://github.com/lunzhang/GitHub-Writes-Code#readme" +}