-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 962 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
{
"name": "labarchives-to-ro-crate",
"version": "2.0.2",
"description": "Research Object Crate export for LabArchives notebooks",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UTS-eResearch/labarchives-to-ro-crate.git"
},
"author": {
"name": "Peter Sefton",
"url": "ptsefton.com"
},
"contributors": [
{
"name": "Moises Sacal Bonequi",
"url": "https://github.com/moisbo"
}
],
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/UTS-eResearch/labarchives-to-ro-crate/issues"
},
"homepage": "https://github.com/UTS-eResearch/labarchives-to-ro-crate#readme",
"dependencies": {
"@uts-eresearch/provision-labarchives": "^1.1.6",
"axios": "^0.21.1",
"common-tags": "^1.8.0",
"ro-crate": "^2.0.2",
"ro-crate-html-js": "^1.4.14",
"underscore": "^1.13.1",
"xml2js": "^0.4.23"
}
}