-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 KB
/
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
41
42
43
44
45
46
47
48
{
"name": "ro-crate-html-js",
"version": "1.4.19",
"description": "Research Object Crate (RO-Crate) utilities for rendering a html representation",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha",
"test:watch": "./node_modules/.bin/mocha --watch"
},
"bin": {
"rochtml": "roc-html.js",
"metacrate": "meta-crate.js",
"rocstatic": "roc-site.js",
"rocsite": "roc-site.js",
"rocschema": "roc-schema.js"
},
"repository": {
"type": "git",
"url": "https://github.com/UTS-eResearch/ro-crate-html-js.git"
},
"keywords": [
"RO-Crate"
],
"author": "UTS eResearch Team",
"license": "GPL-3.0-or-later",
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.3",
"commander": "^4.0.1",
"commonmark": "^0.29.1",
"ejs": "^2.7.1",
"fs-extra": "^8.1.0",
"geojson": "^0.5.0",
"jquery": "^3.5.1",
"pairtree": "0.0.1",
"path": "^0.12.7",
"ro-crate": "^2.0.7",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"assert": "^2.0.0",
"chai": "^4.2.0",
"chai-fs": "^2.0.0",
"lodash": "^4.17.15",
"mocha": "^7.1.1",
"uuid": "^3.3.3"
}
}