-
Notifications
You must be signed in to change notification settings - Fork 81
/
package.json
36 lines (36 loc) · 1.04 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
{
"name": "wp-maintenance-mode",
"version": "2.6.14",
"author": "Themeisle",
"homepage": "https://themeisle.com/",
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/codeinwp/WP-Maintenance-Mode/issues"
},
"scripts": {
"build": "grunt",
"dist": "bash ./bin/dist.sh",
"release": "npx semantic-release"
},
"main": "Gruntfile.js",
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@wordpress/eslint-plugin": "^14.0.0",
"autoprefixer": "^9.8.6",
"conventional-changelog-simple-preset": "^1.0.14",
"cssnano": "^4.1.11",
"grunt": "^1.4.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-version": "^3.0.0",
"grunt-wp-readme-to-markdown": "^2.1.0",
"replace-in-file": "^6.1.0",
"semantic-release": "^17.3.7",
"semantic-release-slack-bot": "^3.5.3",
"time-grunt": "^2.0.0"
}
}