-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 944 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
{
"name": "factis",
"version": "1.0.4",
"description": "The factis database system",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Factisio/factis.git"
},
"keywords": [
"graph",
"database",
"data",
"rdf",
"triple",
"store",
"js",
"inference",
"hexastore"
],
"author": "Vincent Lecrubier <[email protected]> (http://www.vincentlecrubier.fr/)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Factisio/factis/issues"
},
"homepage": "https://github.com/Factisio/factis#readme",
"dependencies": {
"factis-core": "^1.0.0",
"factis-store-group": "^1.0.0",
"factis-store-hexastore": "^1.0.2",
"factis-store-identity": "^1.0.0",
"lodash": "^3.9.3"
},
"devDependencies": {
"jest-cli": "^0.4.13"
},
"jest" : {
"collectCoverage":"true"
}
}