forked from shaack/cm-chessboard
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.01 KB
/
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
35
36
37
38
39
40
41
42
43
{
"name": "@chesslablab/chessboard",
"type": "module",
"module": "./src/index.js",
"browser": "./src/index.js",
"version": "0.0.4",
"license": "MIT",
"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"
],
"repository": {
"type": "git",
"url": "git+https://github.com/chesslablab/chessboard.git"
},
"author": "Stefan Haack (shaack.com)",
"contributors": [
"Stefan Haack (https://shaack.com/)",
"Jorge Bassagana"
],
"bugs": {
"url": "https://github.com/chesslablab/chessboard/issues"
},
"homepage": "https://github.com/chesslablab/chessboard#readme",
"devDependencies": {
"teevi": "^2.2.4"
},
"main": "index.js",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}