-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 902 Bytes
/
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
{
"name": "advanced-cron-manager",
"version": "1.0.0",
"description": "Advanced Cron Manager WordPress plugin",
"main": "index.js",
"scripts": {
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kubitomakita/Advanced-Cron-Manager.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Kubitomakita/Advanced-Cron-Manager/issues"
},
"type" : "module",
"homepage": "https://github.com/Kubitomakita/Advanced-Cron-Manager#readme",
"devDependencies": {
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
"grunt-contrib-compress": "^2.0.0",
"grunt-wp-i18n": "^1.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^8.0.0",
"gulp-order": "^1.1.1",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.1"
},
"dependencies": {
"sass": "^1.55.0"
}
}