forked from RMLio/rmlmapper-java-wrapper-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 726 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 726 Bytes
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
{
"name": "@rmlio/rmlmapper-java-wrapper",
"version": "2.0.3",
"description": "A JavaScript wrapper around the Java RMLMapper.",
"main": "index.js",
"scripts": {
"test": "mocha **/*.test.js",
"download:rmlmapper": "node ./lib/download-latest-rmlmapper.js"
},
"keywords": [
"rmlmapper",
"wrapper"
],
"author": "Pieter Heyvaert <pheyvaer.heyvaert@ugent.be>",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.7.0",
"fs-extra": "^7.0.1",
"n3": "^1.9.0",
"rdf-isomorphic": "^1.1.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"mocha": "^6.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/RMLio/rmlmapper-java-wrapper-js"
}
}