lila/ui/analyse/package.json
2017-08-16 20:30:42 -05:00

48 lines
1 KiB
JSON

{
"name": "analyse",
"version": "1.0.0",
"description": "lichess.org analyse",
"main": "src/main.js",
"repository": {
"type": "git",
"url": "https://github.com/ornicar/lila"
},
"keywords": [
"chess",
"lichess",
"play",
"replay",
"analysis",
"study"
],
"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",
"gulp-util": "^3",
"tsify": "^3",
"types": "link:../types",
"typescript": "^2",
"vinyl-buffer": "^1",
"vinyl-source-stream": "^1",
"watchify": "^3"
},
"dependencies": {
"ceval": "link:../ceval",
"chat": "link:../chat",
"chess": "link:../chess",
"chessground": "^7.1.2",
"common": "link:../common",
"game": "link:../game",
"snabbdom": "ornicar/snabbdom#lichess",
"tree": "link:../tree"
}
}