tweak root package.json and fix syntax

pull/2510/head
Niklas Fiekas 2017-01-09 14:36:10 +01:00
parent d718cd5dea
commit 7e2df80afd
1 changed files with 2 additions and 7 deletions

View File

@ -1,12 +1,7 @@
{
"name": "lila",
"version": "1.0.0",
"description": "[lichess.org](http://lichess.org)",
"main": "index.js",
"dependencies": {
"common": "file:../common"
}
},
"description": "lichess.org: the forever free, adless and open source chess server",
"devDependencies": {
"gulp-svgmin": "^1.1.1",
"map-stream": "0.0.5",
@ -25,5 +20,5 @@
"bugs": {
"url": "https://github.com/ornicar/lila/issues"
},
"homepage": "http://lichess.org"
"homepage": "https://lichess.org"
}