-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 848 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 848 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
30
31
32
33
34
{
"name": "display-git-status",
"version": "1.0.1",
"homepage": "https://wpgitupdater.dev/docs/latest/plugins#display-git-status",
"bugs": {
"url": "https://github.com/wpgitupdater/display-git-status/issues"
},
"license": "GPL-2.0-or-later",
"main": "Gruntfile.js",
"author": {
"name": "WP Git Updater",
"url": "https://wpgitupdater.dev"
},
"repository": {
"type": "git",
"url": "https://github.com/wpgitupdater/display-git-status.git"
},
"scripts": {
"start": "grunt default",
"build": "yarn start",
"readme": "grunt readme",
"i18n": "grunt i18n",
"phpcs": "grunt phpcs"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "^1.3.2",
"grunt-wp-i18n": "~0.5.0",
"grunt-wp-readme-to-markdown": "~1.0.0"
},
"dependencies": {
"grunt-phpcs": "^0.4.0"
}
}