-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 670 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 670 Bytes
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
{
"name": "wordpress-webfinger",
"description": "WebFinger for WordPress!",
"scripts": {
"wp-env": "wp-env",
"start": "wp-env start",
"stop": "wp-env stop",
"destroy": "wp-env destroy"
},
"devDependencies": {
"@wordpress/env": "^11.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pfefferle/wordpress-webfinger.git"
},
"keywords": [
"well-known",
"discovery",
"webfinger",
"JRD"
],
"author": "Matthias Pfefferle",
"license": "MIT",
"bugs": {
"url": "https://github.com/pfefferle/wordpress-webfinger/issues"
},
"homepage": "https://github.com/pfefferle/wordpress-webfinger"
}