forked from pluginever/wp-content-pilot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
40
{
"name": "wp-content-pilot",
"title": "WP Content Pilot",
"description": "WP Content Pilot automatically posts contents from various sources based on the predefined keywords.",
"version": "1.3.6",
"homepage": "https://www.pluginever.com",
"keywords": [],
"author": {
"name": "pluginever",
"email": "support@pluginever.com",
"url": "https://www.pluginever.com"
},
"scripts": {
"build": "grunt build",
"watch": "grunt watch",
"build:test": "grunt shell"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"grunt": "^1.6.1",
"grunt-checktextdomain": "~1.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "~0.9.0",
"grunt-prompt": "^1.3.3",
"grunt-sass": "^3.1.0",
"grunt-shell": "^4.0.0",
"grunt-wp-i18n": "~1.0.3",
"load-grunt-tasks": "^5.1.0",
"node-sass": "^9.0.0"
},
"browserslist": [
"last 1 version",
"> 1%",
"IE 10"
]
}