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-06-01 22:00:37 +00:00
|
|
|
{
|
|
|
|
"name": "citra-wiki",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Used in Citra Hugo to import Wiki articles.",
|
|
|
|
"homepage": "https://citra-emu.org/",
|
|
|
|
"author": "Flame Sage <chris062689@gmail.com>",
|
|
|
|
"main": "app.js",
|
|
|
|
"dependencies": {
|
|
|
|
"delete": "^0.3.2",
|
|
|
|
"fs-extra": "^3.0.1",
|
|
|
|
"rimraf": "^2.6.1",
|
|
|
|
"sanitize-html": "^1.14.1",
|
|
|
|
"sync-exec": "^0.6.2",
|
2017-06-06 00:46:21 +00:00
|
|
|
"toml": "^2.3.2",
|
2017-06-01 22:00:37 +00:00
|
|
|
"winston": "^2.2.0"
|
|
|
|
},
|
|
|
|
"preferGlobal": false,
|
|
|
|
"private": true,
|
|
|
|
"license": "GPLv3"
|
|
|
|
}
|