-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "one-stop-shop-woocommerce",
"title": "One Stop Shop for WooCommerce",
"version": "1.6.3",
"homepage": "https://vendidero.de",
"repository": {
"type": "git",
"url": "https://github.com/vendidero/one-stop-shop-woocommerce.git"
},
"license": "GPL-3.0+",
"main": "Gruntfile.js",
"scripts": {
"build": "grunt",
"build-watch": "grunt watch"
},
"devDependencies": {
"config": "^3.2.2",
"cross-env": "^5.2.0",
"grunt": "1.3.0",
"autoprefixer": "^9.0.0",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-newer": "1.3.0",
"grunt-phpcs": "0.4.0",
"grunt-postcss": "0.9.0",
"grunt-rtlcss": "2.0.2",
"grunt-sass": "3.1.0",
"grunt-shell": "3.0.1",
"grunt-stylelint": "0.11.1",
"grunt-wp-i18n": "1.0.3",
"node-sass": "^6.0.1",
"set-value": ">=4.0.1",
"glob-parent": ">=5.1.2",
"trim": ">=0.0.3"
},
"engines": {
"node": "^10.22.0",
"npm": "^6.14.6"
}
}