forked from jhlywa/chess.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (25 loc) · 827 Bytes
/
package.json
File metadata and controls
26 lines (25 loc) · 827 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
{
"name": "chess.js",
"version": "0.1.0",
"description": "A Javascript chess library for chess move generation/validation, piece placement/movement, and check/checkmate/draw detection",
"author": "Jeff Hlywa <jhlywa@gmail.com> (https://github.com/jhlywa)",
"contributors": [
"Steve Bragg (https://github.com/2sb18)",
"E. Azer Koçulu (https://github.com/azer)",
"Falco Nogatz (https://github.com/fnogatz)",
"jdponomarev (https://github.com/jdponomarev)",
"Raminder Singh (https://github.com/imor)",
"Stiff (https://github.com/stiff)",
"Linmiao Xu (https://github.com/linrock)"
],
"keywords": ["chess"],
"main": "chess.js",
"repository" : {
"type" : "git",
"url" : "http://github.com/jhlywa/chess.js.git"
},
"devDependencies": {
"mocha": "*",
"chai": "*"
}
}