shared-hugo-scripts/twitter/package.json

16 lines
368 B
JSON
Raw Normal View History

2018-01-07 06:30:04 +01: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,
"license": "GPLv3"
}