forked from NCEAS/metacatui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "metacatui",
"version": "2.27.1",
"description": "MetacatUI: A client-side web interface for DataONE data repositories",
"main": "server.js",
"dependencies": {
"@actions/core": "^1.9.1",
"cheerio": "^1.0.0-rc.11",
"express": "^4.17.1",
"puppeteer": "^14.1.1"
},
"devDependencies": {
"@jsdoc/util": "^0.2.4",
"code-prettify": "^0.1.0",
"common-path-prefix": "^3.0.0",
"jsdoc": "^4.0.0",
"@jsdoc/salty": "^0.2.3",
"open-sans-fonts": "^1.6.2"
},
"scripts": {
"dev": "node server.js",
"jsdoc": "jsdoc -c docs/jsdoc-templates/metacatui/conf.js",
"doc": "cd docs; bundle exec jekyll serve",
"test": "node test/server.js",
"integration-test": "node test/server.js integration",
"view-tests": "node test/server.js keep-running"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NCEAS/metacatui.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/NCEAS/metacatui/issues"
},
"homepage": "https://nceas.github.io/metacatui/"
}