mirror of
https://bitbucket.org/seefoe/swg-site.git
synced 2026-01-16 23:04:17 -05:00
24 lines
521 B
JSON
24 lines
521 B
JSON
{
|
|
"name": "swg-site",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://bitbucket.org/seefoe/swg-site.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"homepage": "https://bitbucket.org/seefoe/swg-site#readme",
|
|
"dependencies": {
|
|
"discord.js": "^11.3.2",
|
|
"express": "^4.16.4",
|
|
"mysql": "^2.15.0",
|
|
"timediff": "^1.1.1",
|
|
"uuid": "^3.3.2"
|
|
}
|
|
}
|