2018-04-26 02:57:39 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2018-05-15 01:34:05 +00:00
|
|
|
"checkenv": "^1.2.2",
|
2018-05-12 23:04:23 +00:00
|
|
|
"fs-extra": "^6.0.1",
|
2018-04-26 02:57:39 +00:00
|
|
|
"request": "^2.81.0",
|
|
|
|
"request-promise": "^4.2.1",
|
|
|
|
"sync-exec": "^0.6.2",
|
2018-05-12 23:04:23 +00:00
|
|
|
"tomlify": "^0.2.2",
|
|
|
|
"tomlify-j0.4": "^3.0.0",
|
2018-04-26 02:57:39 +00:00
|
|
|
"winston": "^2.2.0"
|
|
|
|
},
|
|
|
|
"preferGlobal": false,
|
|
|
|
"private": true,
|
2018-05-12 23:04:23 +00:00
|
|
|
"license": "AGPL-3.0-or-later"
|
2018-04-26 02:57:39 +00:00
|
|
|
}
|