-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
39 lines (39 loc) · 1.06 KB
/
package.json
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
35
36
37
38
39
{
"title": "Nav Menu Roles",
"name": "nav-menu-roles",
"version": "2.1.3",
"description": "Hide menu items based on user roles",
"main": "Gruntfile.js",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/helgatheviking/nav-menu-roles"
},
"bugs": {
"url": "https://github.com/helgatheviking/nav-menu-roles/issues"
},
"author": "helgatheviking",
"devDependencies": {
"@wordpress/scripts": "^30.4.0",
"grunt": "^1.6.1",
"grunt-contrib-clean": "~2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~3.2.0",
"grunt-contrib-uglify": "~5.2.2",
"grunt-newer": "~1.3.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "~1.0.3",
"grunt-wp-readme-to-markdown": "~2.1.0",
"jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^5.1.0"
},
"scripts": {
"build": "wp-scripts build",
"deploy": "npm release && grunt zip",
"makepot": "composer run makepot",
"release": "grunt build && npm run build && npm run makepot",
"start": "wp-scripts start",
"zip": "grunt zip"
}
}