Init NPM
This commit is contained in:
parent
a048c31f2a
commit
d7830bfe46
1 changed files with 19 additions and 0 deletions
19
package.json
Normal file
19
package.json
Normal file
|
@ -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",
|
||||
}
|
Reference in a new issue