-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 968 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
43
44
45
46
47
{
"name": "anticrux",
"version": "0.3.1",
"description": "Suicide chess engine acting as desktop engine, web page, mobile application, Internet chess server and library",
"readmeFilename": "README.md",
"keywords": [
"chess",
"chess960",
"chess engine",
"chess server",
"chess application",
"chess library",
"artificial intelligence",
"suicide",
"giveaway",
"loosing chess",
"jquery mobile",
"node",
"node.js",
"html5"
],
"homepage": "http://ecrucru.free.fr/?page=anticrux",
"bugs": "https://github.com/ecrucru/anticrux/issues",
"license": "AGPL-3.0",
"author": "ecrucru",
"files": [
"LICENSE",
"README.md",
"*.css",
"*.js",
"*.html",
"*.url",
"yuidoc.json",
"images/*.bmp",
"images/*.gif",
"images/*.png"
],
"main": "anticrux.js",
"scripts": {
"test": "node --expose-gc anticrux-demo.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecrucru/anticrux.git"
},
"private": false
}