-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
32 lines (32 loc) · 927 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
{
"name": "semi",
"version": "0.1.0",
"description": "A SEmantic Modeling machIne",
"main": "None",
"dependencies": {
"csvjson": "^5.1.0",
"elasticsearch": "^16.4.0",
"graphlib": "github:giuseppefutia/graphlib#edge-weight",
"graphlib-dot": "^0.6.4",
"package.json": "^2.0.1",
"rdfstore": "^0.9.17",
"sparqljs": "^3.0.1",
"sqlite3": "^4.1.0",
"underscore": "^1.9.1",
"xml2json": "^0.11.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/giuseppefutia/semi.git"
},
"author": "Giuseppe Futia",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/giuseppefutia/semi/issues"
},
"homepage": "https://github.com/giuseppefutia/semi#readme"
}