From d7830bfe46c3b59a58191018deded9d790e6f133 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 1 Nov 2015 11:02:20 +0000 Subject: [PATCH] Init NPM --- 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..9706b69 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "keyboard-mechanizer", + "version": "0.0.0", + "description": "Make your computer keyboard sound like a mechanical keyboard", + "main": "main.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/RealOrangeOne/Keyboard-Mechanizer.git" + }, + "author": "TheOrangeOne", + "license": "MIT", + "bugs": { + "url": "https://github.com/RealOrangeOne/Keyboard-Mechanizer/issues" + }, + "homepage": "https://github.com/RealOrangeOne/Keyboard-Mechanizer#readme", +}