lila/ui/round/package.json

44 lines
945 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",
2017-11-30 08:37:17 -07:00
"@types/lichess": "1.0.0",
"@types/lichess-jquery": "1.0.0",
2017-04-24 06:57:06 -06:00
"browserify": "^14",
"gulp": "^3",
"gulp-uglify": "^3",
2017-04-24 06:57:06 -06:00
"gulp-util": "^3",
"tsify": "^3",
"typescript": "^2",
"vinyl-buffer": "^1",
"vinyl-source-stream": "^1",
"watchify": "^3"
2017-04-24 06:57:06 -06:00
},
"dependencies": {
2017-11-30 08:37:17 -07:00
"chat": "2.0.0",
2017-11-28 21:47:31 -07:00
"chessground": "^7.2",
2017-11-30 08:37:17 -07:00
"common": "1.0.0",
"game": "1.0.0",
2017-07-04 04:03:45 -06:00
"snabbdom": "ornicar/snabbdom#lichess"
2017-04-24 06:57:06 -06:00
}
}