lila/package.json

25 lines
547 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": {
"gulp-svgmin": "^1.1.1",
2015-03-15 12:44:52 -06:00
"map-stream": "0.0.5",
2017-01-22 15:13:42 -07:00
"svgo": "^0.7.1",
2015-03-15 12:44:52 -06:00
"vinyl": "^0.4.6"
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
}