-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 883 Bytes
/
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
{
"name": "rearrange-woocommerce-products",
"version": "4.1.1",
"description": "Rearrange Woocommerce Products Plugin",
"main": "",
"scripts": {
"dev": "mix",
"watch": "mix watch",
"prod": "mix --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aslamdoctor/rearrange-woocommerce-products.git"
},
"keywords": [
"woocommerce",
"wordpress",
"plugin",
"rearrange"
],
"author": "Aslam Doctor",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/aslamdoctor/rearrange-woocommerce-products/issues"
},
"homepage": "https://github.com/aslamdoctor/rearrange-woocommerce-products#readme",
"devDependencies": {
"laravel-mix": "^6.0.43",
"sass": "^1.51.0",
"sass-loader": "^12.6.0"
},
"dependencies": {
"sortablejs": "^1.15.0"
}
}