chessground
Version:
Multipurpose chess UI, for lichess.org web and mobile
40 lines (39 loc) • 926 B
JSON
{
"name": "chessground",
"version": "1.3.2",
"description": "Multipurpose chess UI, for lichess.org web and mobile",
"main": "src/main.js",
"directories": {
"example": "examples"
},
"dependencies": {
"lodash-node": "^2.4.1",
"mithril": "^0.1.22"
},
"devDependencies": {
"browserify": "~5.11.2",
"gulp": "~3.8.8",
"gulp-jshint": "~1.8.4",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.1",
"gulp-util": "~3.0.1",
"vinyl-source-stream": "~1.0.0",
"watchify": "~1.0.2"
},
"repository": {
"type": "git",
"url": "git://github.com/ornicar/chessground.git"
},
"keywords": [
"chess",
"lichess.org",
"chessboard",
"UI"
],
"author": "Thibault Duplessis (https://github.com/ornicar)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ornicar/chessground/issues"
},
"homepage": "https://github.com/ornicar/chessground"
}