lila/ui/round/package.json

43 lines
929 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": {
"@types/jquery": "^2.0",
"browserify": "^14",
"gulp": "^3",
"gulp-uglify": "^3",
2017-04-24 06:57:06 -06:00
"gulp-util": "^3",
"tsify": "^3",
"types": "link:../types",
2017-04-24 06:57:06 -06:00
"typescript": "^2",
"vinyl-buffer": "^1",
"vinyl-source-stream": "^1",
"watchify": "^3"
2017-04-24 06:57:06 -06:00
},
"dependencies": {
2017-07-29 04:49:24 -06:00
"chat": "link:../chat",
2017-11-28 21:47:31 -07:00
"chessground": "^7.2",
2017-06-13 04:40:39 -06:00
"common": "link:../common",
"game": "link:../game",
2017-07-04 04:03:45 -06:00
"snabbdom": "ornicar/snabbdom#lichess"
2017-04-24 06:57:06 -06:00
}
}