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