mirror of
https://github.com/lichess-org/chessground.git
synced 2026-05-26 13:50:53 +00:00
31 lines
730 B
JSON
31 lines
730 B
JSON
{
|
|
"name": "chessground-examples",
|
|
"version": "1.0.0",
|
|
"description": "chessground examples",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Thibault Duplessis",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"chess.js": "^0.10.2",
|
|
"chessground": "^5.0.3",
|
|
"page": "^1.7.1",
|
|
"snabbdom": "^0.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^14.1.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-sourcemaps": "^2.4.1",
|
|
"gulp-typescript": "^3.1.5",
|
|
"gulp-uglify": "^2.0.1",
|
|
"gulp-util": "^3.0.8",
|
|
"tsify": "^3.0.1",
|
|
"typescript": "^2.1.6",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^1.1.0",
|
|
"watchify": "^3.9.0"
|
|
}
|
|
}
|