-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 KB
/
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": "semantic-chess",
"version": "0.2.1",
"description": "Semantic version of chess.js",
"main": "index.js",
"scripts": {
"test": "mocha \"./lib/*test.js\"",
"doc": "./node_modules/.bin/jsdoc -c jsdoc.json ./lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pheyvaer/semantic-chess-js.git"
},
"keywords": [
"semantic",
"rdf",
"linked data",
"chess"
],
"author": "Pieter Heyvaert <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pheyvaer/semantic-chess-js/issues"
},
"homepage": "https://github.com/pheyvaer/semantic-chess-js#readme",
"dependencies": {
"@comunica/actor-init-sparql-rdfjs": "^1.4.2",
"chess.js": "^0.10.2",
"n3": "^1.0.0",
"prefix-ns": "^0.1.2",
"uniqid": "^5.0.3"
},
"devDependencies": {
"assert": "^1.4.1",
"jsdoc": "^3.5.5",
"minami": "^1.2.3",
"mocha": "^5.2.0",
"q": "^1.5.1",
"rdf-isomorphic": "^1.0.3",
"solid-auth-client": "^2.2.11"
}
}