-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.35 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.35 KB
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
48
49
50
51
52
53
54
55
56
57
{
"name": "hylar",
"main": "hylar/hylar.js",
"version": "1.10.3",
"dependencies": {
"asciify": "^1.3.2",
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"chalk-rainbow": "^1.0.0",
"ejs": "^2.6.1",
"express": "^4.16.3",
"md5": "^2.2.1",
"mime-types": "^2.1.19",
"multer": "^1.3.1",
"q": "^1.5.1",
"rdflib": "^0.0.2",
"rdfstore": "git+https://github.com/mterdjimi/rdfstore-js.git",
"sparqljs": "^2.1.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"brfs": "^2.0.0",
"browserify": "^16.2.3",
"cross-env": "^5.2.0",
"mocha": "^8.3.2",
"should": "^13.2.3",
"typescript": "^3.7.4"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"clientize": "browserify hylar/hylar.js -o hylar-client.js",
"test": "cross-env rm=incremental mocha test/*_test.js",
"build": "browserify -t brfs test/benchmark_tests_lite.js > bench.js",
"start": "node hylar/server/server.js",
"start-tb": "node hylar/server/server.js -rm tagBased"
},
"bin": {
"hylar": "hylar/server/server.js"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ucbl/HyLAR-Reasoner.git"
},
"keywords": [
"reasoning",
"owl",
"incremental",
"semantic web",
"incremental reasoning",
"rdf",
"owl reasoner"
]
}