-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 865 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 865 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
35
36
37
38
39
40
{
"name": "@creatartis/ludorum-game-chess",
"description": "Chess board game implementation for Ludorum.",
"keywords": [
"javascript",
"chess-game",
"chess-board-game",
"ludorum",
"board-game",
"board-game-framework",
"artificial-intelligence",
"artificial-players"
],
"version": "0.0.1",
"author": {
"name": "Leonardo Val",
"email": "leonardo.val@creatartis.com"
},
"homepage": "http://creatartis.com",
"contributors": [],
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/LeonardoVal/ludorum-game-chess.js"
},
"main": "build/ludorum-game-chess.min.js",
"files": [
"build",
"LICENSE.md"
],
"dependencies": {
"chess.js": "~0.10.2",
"creatartis-base": "~0.1.8",
"ludorum": "~0.2.2-alpha",
"sermat": "~0.0.9"
},
"devDependencies": {
"@creatartis/creatartis-grunt": "~0.0.16-alpha"
}
}