-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1.01 KB
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
{
"name": "randomize-password",
"version": "1.0.0",
"description": "This plugin will help you to change the password for users depending on the schedule in settings (only set by administrators) of the plugin. It will add a new option on the profile page of each user to activate the schedule to randomly change their password.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/usmanaliqureshi/randomize-password.git"
},
"keywords": [
"random",
"password",
"generator",
"wordpress",
"users"
],
"author": "usmanaliqureshi",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/usmanaliqureshi/randomize-password/issues"
},
"homepage": "https://github.com/usmanaliqureshi/randomize-password#readme",
"dependencies": {
"gulp": "^5.0.1",
"gulp-notify": "^5.0.0",
"gulp-sort": "^2.0.0",
"gulp-wp-pot": "^2.3.2",
"gulp-zip": "^5.0.0"
}
}