shared-hugo-scripts/wiki/package.json

19 lines
459 B
JSON
Raw Permalink Normal View History

2018-01-13 05:20:33 +00:00
{
"name": "citra-wiki",
"version": "1.0.0",
"description": "Used in Citra Hugo to import wiki articles.",
2018-01-13 05:20:33 +00:00
"homepage": "https://citra-emu.org/",
"author": "Flame Sage <chris062689@gmail.com>",
"main": "app.js",
"dependencies": {
"checkenv": "^1.2.2",
"execa": "^6.1.0",
"fancy-log": "^2.0.0",
"fs-extra": "^11.1.0",
"sanitize-html": "^2.8.1"
2018-01-13 05:20:33 +00:00
},
"preferGlobal": false,
"private": true,
"license": "AGPL-3.0-or-later"
2018-01-13 05:20:33 +00:00
}