perdi
Version:
Um belo jeito de iniciar os projetos
28 lines (27 loc) • 577 B
JSON
{
"name": "perdi",
"version": "1.0.3",
"description": "Um belo jeito de iniciar os projetos",
"main": "index.js",
"bin": {
"perdi": "./perdi.js"
},
"scripts": {
"start": "node ./perdi.js",
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netojocelino/perdi.git"
},
"keywords": [
"perdi",
"jogo"
],
"author": "rogue_psycho",
"license": "MIT",
"bugs": {
"url": "https://github.com/netojocelino/perdi/issues"
},
"homepage": "https://github.com/netojocelino/perdi#readme"
}