forked from cmungall/owljs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 943 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
{
"name": "owljs",
"version": "0.0.1",
"description": "A toolkit for using OWL ontologies via the java OWLAPI",
"homepage": "http://github.com/cmungall/owl.js",
"keywords": [
"commonjs",
"owl",
"semantic web",
"ringo",
"bio-ontology"
],
"author": "Chris Mungall <cjmungall@lbl.gov>",
"contributors": [
],
"repositories": [
{
"type": "git",
"url": "git://github.com/cmungall/owl.js.git"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ringo/stick/blob/master/LICENSE"
}
],
"bugs": "http://github.com/cmungall/owl.js/issues",
"engines": {
"ringojs": ">= 0.9"
},
"directories": {
"lib": "lib"
},
"bin": {
"owljs" : "bin/owljs",
"owljs-repl.js" : "bin/owljs-repl.js"
},
"main": "lib/owl.js"
}