cs16
Version:
Play Counter Strike 1.6 easily on ubuntu
30 lines (29 loc) • 640 B
JSON
{
"name": "cs16",
"version": "0.4.2",
"description": "Play Counter Strike 1.6 easily on ubuntu",
"main": "index.js",
"bin": {
"cs16": "index.js"
},
"keywords": [
"cs16",
"Counter Strike 1.6"
],
"author": "Pablo Dinella",
"license": "Unlicense",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PabloDinella/cs16.git"
},
"bugs": {
"url": "https://github.com/PabloDinella/cs16/issues"
},
"homepage": "https://github.com/PabloDinella/cs16#readme",
"dependencies": {
"shelljs": "^0.8.5"
}
}