-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 770 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 770 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
{
"name": "cm-chess",
"version": "3.7.0",
"description": "It's like chess.js, but in ES6 and can handle variations (tree-structured move history)",
"main": "./src/Chess.js",
"type": "module",
"scripts": {
"test": "echo request test/index.html in a browser for testing"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaack/cm-chess.git"
},
"keywords": [
"ES6",
"JavaScript",
"JS",
"chess"
],
"author": "https://shaack.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/shaack/cm-chess/issues"
},
"homepage": "https://github.com/shaack/cm-chess#readme",
"dependencies": {
"chess.mjs": "^2.3.2",
"cm-pgn": "4.1.2"
},
"devDependencies": {
"teevi": "^2.4.1"
}
}