oj-cli
Version:
OnlineJudges in cli
25 lines (24 loc) • 507 B
JSON
{
"name": "oj-cli",
"version": "0.0.1",
"description": "OnlineJudges in cli",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ir1d/oj-cli.git"
},
"keywords": [
"OnlineJudge",
"OI",
"ACM-ICPC"
],
"author": "Ir1d",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ir1d/oj-cli/issues"
},
"homepage": "https://github.com/Ir1d/oj-cli#readme"
}