This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
2017-02-26 21:24:53 +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": {
|
|
|
|
"jsonfile": "^2.4.0",
|
|
|
|
"winston": "^2.2.0"
|
|
|
|
},
|
|
|
|
"preferGlobal": false,
|
|
|
|
"private": true,
|
2018-05-10 01:43:23 +00:00
|
|
|
"license": "AGPL-3.0-or-later"
|
2017-02-26 21:24:53 +00:00
|
|
|
}
|