mirror of
https://github.com/yuzu-emu/shared-hugo-scripts
synced 2024-11-22 15:23:48 +00:00
20 lines
521 B
JSON
20 lines
521 B
JSON
{
|
|
"name": "citra-twitter",
|
|
"version": "1.0.0",
|
|
"description": "Used in Citra Hugo to import Twitter tweets.",
|
|
"homepage": "https://citra-emu.org/",
|
|
"author": "Flame Sage <chris062689@gmail.com>",
|
|
"main": "app.js",
|
|
"dependencies": {
|
|
"fs-extra": "^6.0.1",
|
|
"request": "^2.81.0",
|
|
"request-promise": "^4.2.1",
|
|
"sync-exec": "^0.6.2",
|
|
"tomlify": "^0.2.2",
|
|
"tomlify-j0.4": "^3.0.0",
|
|
"winston": "^2.2.0"
|
|
},
|
|
"preferGlobal": false,
|
|
"private": true,
|
|
"license": "AGPL-3.0-or-later"
|
|
}
|