-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.01 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
{
"name": "@nihiliad/janus",
"version": "2.1.1",
"description": "Common target for all library website search forms. Configurable, extensible, re-usable.",
"main": "index.js",
"scripts": {
"test": "npx standard && npx tape test/*.js"
},
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "git@github.com:UMNLibraries/janus.git"
},
"author": {
"name": "David Naughton",
"email": "naughton@umn.edu"
},
"contributors": [
{
"name": "Eric Larson",
"email": "ewlarson@gmail.com"
},
{
"name": "Michael Berkowski",
"email": "mjb@umn.edu"
}
],
"license": "MIT",
"devDependencies": {
"playwright": "^1.12.3",
"standard": "^16.0.3",
"tape": "^5.2.2"
},
"dependencies": {
"bunyan": "^1.8.15",
"koa": "^2.13.1",
"koa-favicon": "^2.1.0",
"koa-router": "^7.4.0",
"koa-session": "^6.2.0",
"require-all": "^2.2.0",
"stampit": "^4.3.2",
"urijs": "^1.19.7",
"uuid": "^2.0.3"
}
}