forked from GPCsolutions/doliwoo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.19 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
{
"name": "doliwoo",
"version": "1.0.2",
"description": "Integrate Dolibarr with a WooCommerce shop.",
"keywords": [
"wordpress",
"dolibarr",
"woocommerce",
"ecommerce",
"erp",
"integration"
],
"homepage": "https://gpcsolutions.github.io/doliwoo",
"bugs": "https://github.com/GPCsolutions/doliwoo/issues",
"license": "GPL-3.0+",
"author": "GPC.solutions",
"maintainers": [
"Raphaël Doursenaud <rdoursenaud@gpcsolutions.fr>"
],
"contributors": [
"Cédric Salvador",
"Maxime Lafourcade"
],
"main": "doliwoo.php",
"repository": {
"type": "git",
"url": "https://github.com/GPCsolutions/doliwoo"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-checkwpversion": "^0.3.0",
"grunt-composer": "^0.4.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-exec": "^0.4.6",
"grunt-phpcs": "^0.4.0",
"grunt-phpdoc": "^0.1.1",
"grunt-phplint": "0.0.8",
"grunt-po2mo": "^0.1.2",
"grunt-sync-json": "^0.4.0",
"grunt-wp-i18n": "^0.5.0",
"grunt-wp-readme-to-markdown": "^0.8.0",
"load-grunt-tasks": "^3.5.0",
"time-grunt": "^1.3.0"
}
}