after_cli
Version:
Cli tool for After game framework
25 lines (24 loc) • 552 B
JSON
{
"name": "after_cli",
"version": "1.0.0",
"description": "Cli tool for After game framework",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Miphaio/after_cli.git"
},
"keywords": [
"After",
"Cli",
"game"
],
"author": "WMXPY, PCXPY -> Mipha.io",
"license": "MIT",
"bugs": {
"url": "https://github.com/Miphaio/after_cli/issues"
},
"homepage": "https://github.com/Miphaio/after_cli#readme"
}