1
0
Fork 0
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.
citra-games-wiki/validation/package.json

19 lines
466 B
JSON
Raw Permalink Normal View History

2017-06-07 02:59:59 +00:00
{
"name": "citra-games-wiki-validation",
"version": "1.0.0",
"description": "Used to validate citra-games-wiki code is valid.",
"homepage": "https://citra-emu.org/",
"author": "Flame Sage <chris062689@gmail.com>",
"main": "app.js",
"dependencies": {
"group-by": "0.0.1",
"image-size": "^0.5.4",
"image-type": "^3.0.0",
"read-chunk": "latest",
"toml": "^2.3.2"
},
"preferGlobal": false,
"private": true,
"license": "GPLv3"
}