-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 893 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
{
"name": "@creatartis/ludorum-game-mancala",
"description": "Mancala board game implementation for Ludorum.",
"keywords": [
"board-game",
"board-game-framework",
"artificial-intelligence",
"artificial-players",
"javascript",
"mancala-game"
],
"version": "0.1.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-mancala.js"
},
"main": "build/ludorum-game-mancala.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"
},
"scripts": {
"test": "grunt",
"start": "xdg-open tests/mancala.html"
}
}