-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
52 lines (52 loc) · 1.39 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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "colormag",
"title": "ColorMag",
"version": "4.0.2",
"homepage": "https://themegrill.com/themes/colormag",
"repository": {
"type": "git",
"url": "[email protected]:themegrill/colormag.git"
},
"license": "GPL-3.0+",
"main": "Gruntfile.js",
"devDependencies": {
"autoprefixer": "^7.1.6",
"browser-sync": "^2.27.5",
"grunt": "^1.4.1",
"grunt-bower-task": "^0.5.0",
"grunt-checktextdomain": "~1.0.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-glotpress": "~0.2.1",
"grunt-wp-i18n": "^1.0.2",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.1.0",
"gulp-flatten": "^0.4.0",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^7.0.0",
"gulp-rtlcss": "^1.4.1",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.0",
"gulp-uglifycss": "^1.0.9",
"gulp-watch": "^4.3.11"
},
"dependencies": {
"gulp-rename": "^1.4.0",
"gulp-uglify-es": "^3.0.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.0"
},
"scripts": {
"compileAssets": "gulp compile",
"makepot": "grunt makepot",
"compress": "grunt compress",
"build": "npm run compileAssets && npm run makepot && npm run compress"
}
}