lila/ui/analyse/package.json

37 lines
818 B
JSON
Raw Normal View History

2014-10-27 04:10:41 -06:00
{
"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"
],
"author": "Thibault Duplessis",
"license": "MIT",
"bugs": {
"url": "https://github.com/ornicar/lila/issues"
},
"homepage": "https://github.com/ornicar/lila",
"devDependencies": {
"browserify": "~13.0",
"gulp": "~3.9",
"gulp-streamify": "~1.0",
"gulp-uglify": "~1.5",
"gulp-util": "~3.0",
"vinyl-source-stream": "~1.1",
"watchify": "~3.7"
2014-10-27 04:10:41 -06:00
},
"dependencies": {
2016-06-01 02:31:50 -06:00
"chessground": "github:ornicar/chessground#v3.7.1",
2014-10-27 07:28:42 -06:00
"game": "file:../game",
"mithril": "github:ornicar/mithril.js#v1.0.0"
2014-10-27 04:10:41 -06:00
}
}