-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
34 lines (34 loc) · 896 Bytes
/
package.json
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
{
"name": "cm-chessboard",
"version": "8.7.4",
"description": "A JavaScript chessboard which is lightweight, ES6 module based, responsive, SVG rendered and without dependencies.",
"keywords": [
"chess",
"chessboard",
"SVG",
"ES6",
"ECMAScript 6",
"chessmail",
"module",
"widget"
],
"type": "module",
"module": "./src/Chessboard.js",
"browser": "./src/Chessboard.js",
"scripts": {
"test": "tput setaf 4;echo 'Run test/index.html in your browser for unit testing.'; echo ''; exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaack/cm-chessboard.git"
},
"author": "Stefan Haack (shaack.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/shaack/cm-chessboard/issues"
},
"homepage": "https://github.com/shaack/cm-chessboard#readme",
"devDependencies": {
"teevi": "^2.2.4"
}
}