lila/ui/common/package.json
2017-11-30 16:41:43 +01:00

30 lines
599 B
JSON

{
"name": "common",
"version": "1.0.0",
"description": "lichess.org common utils",
"main": "dist/main.js",
"typings": "dist/main",
"repository": {
"type": "git",
"url": "https://github.com/ornicar/lila"
},
"keywords": [
"chess",
"lichess"
],
"author": "Thibault Duplessis",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ornicar/lila/issues"
},
"homepage": "https://github.com/ornicar/lila",
"scripts": {
"compile": "tsc"
},
"devDependencies": {
"@types/lichess": "1.0.0",
"typescript": "^2"
},
"dependencies": {}
}