lila/package.json

26 lines
541 B
JSON

{
"name": "lila",
"version": "1.0.0",
"description": "lichess.org: the forever free, adless and open source chess server",
"devDependencies": {
"svgo": "^0.7"
},
"repository": {
"type": "git",
"url": "https://github.com/ornicar/lila.git"
},
"keywords": [
"chess"
],
"author": "Thibault Duplessis",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ornicar/lila/issues"
},
"homepage": "https://lichess.org",
"dependencies": {
"fs-extra": "^4.0.2",
"xml2js": "^0.4.19"
}
}