-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 918 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
33
34
35
36
37
38
39
40
41
42
{
"name": "@creatartis/ludorum-game-truco",
"description": "Implementation for Ludorum of the latin american card game Truco.",
"keywords": [
"artificial-intelligence",
"artificial-players",
"card-game",
"ludorum",
"truco",
"javascript"
],
"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-truco.js"
},
"main": "build/ludorum-game-truco.min.js",
"files": [
"build",
"LICENSE.md"
],
"dependencies": {
"creatartis-base": "~0.1.7",
"ludorum": "~0.2.2-alpha",
"sermat": "~0.0.9"
},
"devDependencies": {
"@creatartis/creatartis-grunt": "~0.0.16-alpha",
"better-sqlite3": "~5.0.1"
},
"scripts": {
"test": "grunt",
"start": "xdg-open tests/playtester.html"
}
}