-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 810 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 810 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": "loggedin",
"version": "3.2.0",
"description": "Limit an account to a specific number of simultaneous logins across all devices.",
"main": "loggedin.php",
"private": true,
"homepage": "https://github.com/joel-james/loggedin/",
"author": {
"name": "Joel James",
"url": "https://foxelabs.com"
},
"keywords": [
"loggedin",
"realtime-logout",
"logout",
"wordpress-plugin"
],
"license": "GPL-2.0-or-later",
"scripts": {
"build": "wp-scripts build assets/src/admin.js --output-path=build",
"start": "wp-scripts start assets/src/admin.js --output-path=build",
"format": "wp-scripts format assets/src",
"lint:js": "wp-scripts lint-js assets/src",
"pack": "bin/pack.sh"
},
"devDependencies": {
"@wordpress/scripts": "^30.21.0"
}
}