lila/package.json

30 lines
590 B
JSON

{
"name": "lila",
"version": "1.0.0",
"description": "[lichess.org](http://lichess.org)",
"main": "index.js",
"dependencies": {
"common": "file:../common"
}
},
"devDependencies": {
"gulp-svgmin": "^1.1.1",
"map-stream": "0.0.5",
"svgo": "^0.5.0",
"vinyl": "^0.4.6"
},
"repository": {
"type": "git",
"url": "https://github.com/ornicar/lila.git"
},
"keywords": [
"chess"
],
"author": "Thibault Duplessis",
"license": "MIT",
"bugs": {
"url": "https://github.com/ornicar/lila/issues"
},
"homepage": "http://lichess.org"
}