-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
41 lines (41 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
37
38
39
40
41
{
"name": "estore",
"title": "eStore",
"version": "1.6.5",
"homepage": "https://themegrill.com/themes/estore",
"repository": {
"type": "git",
"url": "[email protected]:themegrill/estore.git"
},
"license": "GPL-3.0+",
"main": "Gruntfile.js",
"devDependencies": {
"autoprefixer": "~9.3.1",
"grunt": "^0.4.5",
"grunt-checktextdomain": "~1.0.1",
"grunt-contrib-compress": "~1.3.0",
"grunt-contrib-cssmin": "~1.0.1",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-glotpress": "~0.2.1",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^2.1.0",
"grunt-wp-i18n": "~0.5.4",
"node-bourbon": "~4.2.8"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.0"
},
"scripts": {
"styles": "grunt sass",
"uglify": "grunt uglify",
"makepot": "grunt makepot",
"compress": "grunt compress",
"build": "npm run styles && npm run uglify && npm run makepot && npm run compress"
},
"dependencies": {
"gulp": "^4.0.2"
}
}