-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
72 lines (72 loc) · 1.63 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
72
{
"title": "CoCart - Cart API Enhanced",
"name": "cocart-get-cart-enhanced",
"version": "4.0.5",
"private": false,
"contributors": [
"sebd86",
"cocartforwc",
"jppdesigns"
],
"author": "CoCart Headless, LLC",
"author_uri": "https://cocartapi.com",
"homepage": "https://cocartapi.com",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/cocart-headless/cocart-get-cart-enhanced.git"
},
"bugs": {
"url": "https://github.com/cocart-headless/cocart-get-cart-enhanced/issues"
},
"requires": "5.6",
"requires_php": "7.4",
"tested_up_to": "6.6",
"wc_requires": "7.0",
"wc_tested_up_to": "9.2",
"cocart_requires": "4.2",
"cocart_tested_up_to": "4.4",
"license": "GPL-3.0",
"copyright": "Copyright (c) 2024, CoCart Headless, LLC",
"description": "Enhances CoCart's cart REST API response.",
"tags": "",
"keywords": [
"wordpress",
"wordpress-development",
"feature-plugin",
"plugin",
"woocommerce",
"woocommerce-api",
"woocommerce-extension",
"woocommerce-plugin",
"e-commerce",
"api",
"cart",
"rest",
"rest-api",
"JSON",
"decoupled",
"headless",
"headless-wordpress",
"headless-woocommerce"
],
"scripts": {
"test": "grunt",
"build": "grunt build",
"version": "grunt version",
"update": "grunt update-pot",
"release": "grunt zip"
},
"devDependencies": {
"grunt": "~1.6.1",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-newer": "^1.3.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "~1.0.3",
"load-grunt-tasks": "~5.1.0"
},
"dependencies": {}
}