forked from shaack/cm-chessboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 867 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
{
"name": "cm-chessboard",
"version": "3.16.7",
"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"
],
"browser": "./src/cm-chessboard/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 (http://www.shaack.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/shaack/cm-chessboard/issues"
},
"homepage": "https://github.com/shaack/cm-chessboard#readme",
"devDependencies": {
"teevi": "^2.1.9"
}
}