A modded EditSaber for making beat saber maps.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
309 B

{
"name": "mediocremapperserver",
"version": "1.0.0",
"description": "Server for Mediocre Mapper Multi-Mapper",
"main": "server.js",
"scripts": {
"test": "start",
"start": "node server.js"
},
"author": "squeaksies",
"license": "ISC",
"dependencies": {
"request": "^2.88.0"
}
}