-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
71 lines (71 loc) · 2.28 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "omnibus",
"title": "Omnibus — show the lowest price",
"tagline": "The plugin adds price compatibility with the EU Omnibus Directive.",
"description": "The plugin adds two additional fields in the product edit view: the lowest price and the effective date for compatibility with the EU Omnibus Directive.",
"version": "3.0.3",
"homepage": "https://github.com/iworks/omnibus/",
"author": [
{
"name": "Marcin Pietrzak",
"email": "[email protected]",
"uri": "http://iworks.pl/"
}
],
"requires": {
"WordPress": "6.0",
"PHP": "8.0"
},
"tested": {
"WordPress": "6.6"
},
"devDependencies": {
"grunt": "^1",
"load-grunt-tasks": "^0",
"grunt-checktextdomain": "^1",
"grunt-contrib-clean": "^1",
"grunt-contrib-compass": "^1",
"grunt-contrib-compress": "^1",
"grunt-contrib-concat": "^1",
"grunt-contrib-copy": "^1",
"grunt-contrib-cssmin": "^2",
"grunt-contrib-jshint": "^1",
"grunt-contrib-nodeunit": "^1",
"grunt-contrib-sass": "^1",
"grunt-contrib-uglify": "^1",
"grunt-contrib-watch": "^1",
"grunt-phpunit": "^0",
"grunt-potomo": "^3",
"grunt-replace": "^1",
"grunt-wp-i18n": "^1",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0",
"es6-promise": "^4.2.4",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"system-bell-webpack-plugin": "^1.0.0",
"path": "^0.12.7",
"mocha": "^2.3.3",
"jquery": "^3.3.1",
"lodash": "^4.17.10",
"node-sass": "^4.9.0",
"babel-core": "^6.26.3",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"sass-loader": "^6.0.7",
"ajv-keywords": "^3.2.0",
"autoprefixer": "^7.2.6",
"babel-loader": "^7.1.5",
"style-loader": "^0.20.3",
"whatwg-fetch": "^2.0.4",
"postcss-loader": "^2.1.6",
"babel-preset-env": "^1.7.0",
"resolve-url-loader": "^2.3.0"
},
"keywords": [],
"repository": {
"type": "git",
"url": "[email protected]:iworks/omnibus.git",
"website": "https://github.com/iworks/omnibus"
},
"license": "GPL-3.0"
}