-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 925 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
38
39
40
41
42
43
{
"name": "@nihiliad/janus-uri-factory-plugins",
"version": "3.2.0-alpha",
"description": "Plugins for the Janus uri-factory.",
"main": "index.js",
"scripts": {
"test": "npx standard && npx tape test/*.js"
},
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "[email protected]:UMNLibraries/janus-uri-factory-plugins.git"
},
"author": "David Naughton",
"contributors": [
{
"name": "Eric Larson",
"email": "[email protected]"
},
{
"name": "Michael Berkowski",
"email": "[email protected]"
},
{
"name": "Scott Lawan",
"email": "[email protected]"
}
],
"license": "MIT",
"devDependencies": {
"@nihiliad/janus": "^2.1.0",
"playwright": "^1.10.0",
"standard": "^14.3.4",
"tape": "^5.2.2"
},
"dependencies": {
"require-all": "^3.0.0",
"stampit": "^4.3.2",
"urijs": "^1.19.6"
}
}