-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 731 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 731 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
{
"name": "cm-pgn",
"version": "4.1.2",
"description": "Module for parsing and rendering of PGNs (Portable Game Notation)",
"main": "src/Pgn.js",
"type": "module",
"scripts": {
"test": "echo 'request test/index.html for testing'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaack/cm-pgn.git"
},
"keywords": [
"ES6",
"ECMAScript 6",
"chess",
"PGN",
"parser"
],
"author": "shaack",
"license": "MIT",
"bugs": {
"url": "https://github.com/shaack/cm-pgn/issues"
},
"homepage": "https://github.com/shaack/cm-pgn#readme",
"devDependencies": {
"pegjs": "^0.10.0",
"teevi": "^2.3.0"
},
"dependencies": {
"chess.mjs": "^2.3.2"
}
}