UNPKG
kosmos-schemas
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.0
2.0.0
1.1.2
1.1.1
1.1.0
1.0.0
JSON-LD schemas for Kosmos data formats
github.com/67P/kosmos-schemas
67P/kosmos-schemas
kosmos-schemas
/
index.js
8 lines
(6 loc)
•
278 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
fs =
require
(
'fs'
);
const
path =
require
(
'path'
);
module
.
exports
= {
"contribution"
:
JSON
.
parse
(fs.
readFileSync
(path.
join
(__dirname,
'schemas'
,
'contribution.json'
))),
"contributor"
:
JSON
.
parse
(fs.
readFileSync
(path.
join
(__dirname,
'schemas'
,
'contributor.json'
))) };