mirror of
https://github.com/yuzu-emu/shared-hugo-scripts
synced 2024-11-22 17:14:02 +00:00
18 lines
459 B
JSON
18 lines
459 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": {
|
|
"checkenv": "^1.2.2",
|
|
"dateformat": "^3.0.3",
|
|
"fs-extra": "^9.0.1",
|
|
"twitter": "^1.7.1",
|
|
"winston": "^3.3.3"
|
|
},
|
|
"preferGlobal": false,
|
|
"private": true,
|
|
"license": "AGPL-3.0-or-later"
|
|
}
|