Skip to content

Commit

Permalink
Create chessground.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurabh-Daware authored May 28, 2024
1 parent a085428 commit c7b4e54
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions packages/c/chessground.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{

Check failure on line 1 in packages/c/chessground.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

package doesn't exist on npm
"name": "chessground",
"description": "Chessground is a free/libre open source chess UI developed for lichess.org. It targets modern browsers, as well as mobile development using Cordova.",
"license": "GPL-3.0-or-later",
"keywords": [
"chess",
"chessground",
"chess ui",
"chessboard"
],
"filename": "chessground.min.js",
"repository": {
"type": "git",
"url": "https://github.com/lichess-org/chessground.git"
},
"autoupdate": {
"source": "npm",
"target": "Chessground",
"fileMap": [
{
"basePath": "dist",
"files": [
"chessground*.js"
]
}
]
},
"authors": [
{
"name": "Thibault Duplessis",
"email": "[email protected]",
"url": "https://github.com/ornicar"
}
]
}

0 comments on commit c7b4e54

Please sign in to comment.