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", +}