19 lines
570 B
JSON
19 lines
570 B
JSON
{
|
|
"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",
|
|
}
|