-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 895 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "cm-fen-editor",
"version": "4.0.1",
"description": "A FEN editor for web – uses Bootstrap 4 and cm-chessboard",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaack/cm-fen-editor.git"
},
"keywords": [
"chess",
"fen",
"bootstrap 4",
"cm-chessboard"
],
"author": "Stefan Haack (shaack.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/shaack/cm-fen-editor/issues"
},
"homepage": "https://github.com/shaack/cm-fen-editor#readme",
"dependencies": {
"bootstrap-auto-dark-mode": "^1.1.1",
"bootstrap-input-spinner": "^4.0.4",
"chess.mjs": "^2.3.1",
"cm-chess": "^3.6.2",
"cm-chessboard": "^8.11.5",
"cm-chessboard-position-editor": "^2.2.3",
"cm-web-modules": "^2.6.0"
}
}