-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 792 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 792 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
{
"name": "chessgames-userscript",
"version": "0.9.1",
"title": "chessgames-userscript",
"description": "It takes the plain-text PGN and turns it into a chess board",
"main": "chessgames.user.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ajax333221/chessgames-userscript.git"
},
"keywords": [
"chessgames",
"userscript",
"chess",
"chessboard",
"viewer",
"replayer"
],
"author": "Ajax Isepic",
"license": "MIT",
"dependencies": {
"jquery": ">=3.3.1",
"isepic-chess": ">=9.1.1",
"isepic-chess-ui": ">=4.10.1"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/ajax333221/chessgames-userscript/issues"
},
"homepage": "https://github.com/ajax333221/chessgames-userscript#readme"
}