forked from co-cart/co-cart
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 973 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
{
"title": "CoCart",
"name": "cart-rest-api-for-woocommerce",
"author": "seb86",
"license": "GPL-3.0",
"version": "1.0.6",
"description": "Provides additional REST-API endpoints for WooCommerce to enable the ability to add, view, update and delete items from the cart.",
"homepage": "https://cocart.xyz/",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/co-cart/co-cart"
},
"bugs": {
"url": "https://github.com/co-cart/co-cart/issues"
},
"dependencies": {
"grunt": "^1.0.3"
},
"devDependencies": {
"grunt-checktextdomain": "~1.0.1",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-newer": "~1.3.0",
"grunt-potomo": "~3.5.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "~1.0.0",
"load-grunt-tasks": "~3.5.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}