forked from Pakettikauppa/woo-pakettikauppa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1 KB
/
composer.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
{
"name": "seravo/woo-pakettikauppa",
"type": "wordpress-plugin",
"license": "GPLv3",
"description": "Integrates Pakettikauppa with WooCommerce and provides Prinetti, Matkahuolto, DB Schenker et al shipping options.",
"homepage": "http://seravo.com",
"authors": [
{
"name": "Otto Kekäläinen",
"email": "otto@seravo.com",
"homepage": "https://github.com/ottok"
},
{
"name": "Mika Haulo",
"email": "mika@seravo.com",
"homepage": "https://github.com/mhaulo"
},
{
"name": "Leo Toikka",
"email": "leo@seravo.com",
"homepage": "https://github.com/l3ku"
},
{
"name": "Tero Auvinen",
"email": "tero@seravo.com",
"homepage": "https://github.com/serter"
}
],
"keywords": [
"wordpress", "wp", "pakettikauppa", "seravo", "woocommerce", "prinetti", "matkahuolto", "schenker", "posti"
],
"require": {
"composer/installers": "v1.0.12",
"pakettikauppa/api-library": "*"
},
"minimum-stability": "dev"
}