27 lines
524 B
JSON
27 lines
524 B
JSON
{
|
|
"name": "grabserver",
|
|
"version": "1.0.0",
|
|
"description": "Grab Server",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://kiritow.com:3000/Kiritow/GrabServer.git"
|
|
},
|
|
"keywords": [
|
|
"OpenComputers",
|
|
"Lua",
|
|
"PackageManager"
|
|
],
|
|
"author": "Kiritow",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.16.4",
|
|
"maxmind": "^2.11.2",
|
|
"multer": "^1.4.1",
|
|
"request": "^2.88.0"
|
|
}
|
|
}
|