lila/ui/round/package.json

45 lines
951 B
JSON
Raw Normal View History

2017-04-24 06:57:06 -06:00
{
"name": "round",
"version": "1.0.0",
"description": "lichess.org round",
"main": "src/main.js",
"repository": {
"type": "git",
"url": "https://github.com/ornicar/lila"
},
"keywords": [
"chess",
"lichess",
"play",
"replay"
],
"author": "Thibault Duplessis",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ornicar/lila/issues"
},
"homepage": "https://github.com/ornicar/lila",
"devDependencies": {
2017-11-30 08:37:17 -07:00
"@types/lichess": "1.0.0",
2018-11-07 08:25:06 -07:00
"browserify": "^16",
"fancy-log": "^1",
"gulp": "^4",
"gulp-size": "^3",
"gulp-uglify": "^3",
2018-11-07 08:25:06 -07:00
"tsify": "^4",
"typescript": "^3",
"uglify-js": "^3",
"vinyl-source-stream": "^2",
2017-04-24 06:57:06 -06:00
"vinyl-buffer": "^1",
"watchify": "^3"
2017-04-24 06:57:06 -06:00
},
"dependencies": {
2017-11-30 08:37:17 -07:00
"chat": "2.0.0",
2018-02-28 10:45:10 -07:00
"chessground": "^7.3",
2017-11-30 08:37:17 -07:00
"common": "1.0.0",
"game": "1.0.0",
2019-01-23 08:16:43 -07:00
"nvui": "1.0.0",
2018-08-12 11:22:06 -06:00
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
2017-04-24 06:57:06 -06:00
}
}