-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 714 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 714 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": "awesome-wp-cli",
"version": "1.0.0",
"description": "A curated list of packages and resources for WP-CLI, the command-line interface for WordPress.",
"scripts": {
"test": "awesome-lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/schlessera/awesome-wp-cli.git"
},
"keywords": [
"awesome",
"wp-cli",
"wordpress",
"cli",
"shell",
"console"
],
"author": "Alain Schlesser <alain.schlesser@gmail.com>",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/schlessera/awesome-wp-cli/issues"
},
"homepage": "https://github.com/schlessera/awesome-wp-cli#readme",
"devDependencies": {
"awesome-lint": "*"
}
}