forked from Hri7566/mpp-server-dev2
Add package.json
This commit is contained in:
parent
05d3427e9f
commit
67a016e0c9
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "mpp-server-master",
|
||||
"version": "1.0.0",
|
||||
"description": "Attempt at making a MPP Server.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/BopItFreak/mpp-server.git"
|
||||
},
|
||||
"keywords": [
|
||||
"mpp",
|
||||
"server",
|
||||
"multiplayerpiano"
|
||||
],
|
||||
"author": "BopItFreak",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/BopItFreak/mpp-server/issues"
|
||||
},
|
||||
"homepage": "https://github.com/BopItFreak/mpp-server#readme"
|
||||
}
|
Loading…
Reference in New Issue