-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
54 lines (54 loc) · 1.47 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
53
54
{
"name": "woocommerce-trusted-shops",
"title": "Trusted Shops for WooCommerce",
"version": "4.0.17",
"homepage": "https://vendidero.de",
"repository": {
"type": "git",
"url": "https://github.com/vendidero/woocommerce-trusted-shops.git"
},
"license": "GPL-3.0+",
"main": "Gruntfile.js",
"scripts": {
"build": "grunt",
"build-watch": "grunt watch",
"deploy": "sh ./bin/deploy.sh",
"package-plugin": "./bin/build-plugin-zip.sh"
},
"devDependencies": {
"autoprefixer": "9.6.1",
"babel": "6.23.0",
"babel-cli": "6.26.0",
"babel-eslint": "10.0.2",
"babel-plugin-add-module-exports": "1.0.2",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"config": "3.2.2",
"cross-env": "5.2.0",
"eslint": "6.1.0",
"grunt": "^1.3.0",
"grunt-checktextdomain": "^1.0.1",
"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-jshint": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.0.1",
"grunt-postcss": "^0.9.0",
"grunt-rtlcss": "^2.0.1",
"grunt-sass": "^3.0.2",
"grunt-shell": "^3.0.1",
"grunt-wp-i18n": "^1.0.3",
"node-sass": "^7.0.1",
"istanbul": "1.0.0-alpha.2",
"mocha": "6.2.0",
"spectre.css": "*"
},
"engines": {
"node": ">=10.15.0",
"npm": ">=6.4.1"
}
}