-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1 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
{
"name": "@pronamic/wp-orbis-subscriptions",
"version": "1.2.0",
"description": "The Orbis Subscriptions plugin extends your Orbis environment with the option to add subscription products and subscriptions.",
"author": {
"name": "Pronamic",
"email": "info@pronamic.eu",
"url": "http://www.pronamic.eu/"
},
"contributors": [
{
"name": "Remco Tolsma",
"email": "info@remcotolsma.nl",
"url": "http://www.remcotolsma.nl/"
}
],
"license": "GPL-2.0-or-later",
"keywords": [
"pronamic",
"orbis",
"crm",
"intranet",
"subscriptions",
"subscription"
],
"homepage": "/~https://github.com/pronamic/wp-orbis-subscriptions",
"repository": {
"type": "git",
"url": "/~https://github.com/pronamic/wp-orbis-subscriptions.git"
},
"bugs": {
"url": "/~https://github.com/pronamic/wp-orbis-subscriptions/issues",
"email": "support@pronamic.eu"
},
"devDependencies": {
"@wordpress/env": "^9.4.0",
"@wordpress/scripts": "^29.0.0"
},
"scripts": {
"lint:pkg-json": "wp-scripts lint-pkg-json"
}
}