lila/package.json

22 lines
466 B
JSON
Raw Normal View History

2015-03-12 04:31:56 -06:00
{
"name": "lila",
"version": "1.0.0",
2017-01-09 06:36:10 -07:00
"description": "lichess.org: the forever free, adless and open source chess server",
2015-03-14 02:15:34 -06:00
"devDependencies": {
2017-03-19 16:13:25 -06:00
"svgo": "^0.7"
2015-03-12 04:31:56 -06:00
},
"repository": {
"type": "git",
"url": "https://github.com/ornicar/lila.git"
},
"keywords": [
"chess"
],
2015-03-15 12:44:52 -06:00
"author": "Thibault Duplessis",
"license": "AGPL-3.0",
2015-03-12 04:31:56 -06:00
"bugs": {
"url": "https://github.com/ornicar/lila/issues"
},
2017-01-09 06:36:10 -07:00
"homepage": "https://lichess.org"
2015-03-12 04:31:56 -06:00
}