-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 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
{
"name": "payvision",
"version": "3.2.0",
"description": "Payvision driver for the WordPress payment processing library.",
"repository": {
"type": "git",
"url": "https://github.com/wp-pay-gateways/payvision"
},
"keywords": [
"wordpress",
"wp",
"pay",
"payvision",
"gateway",
"pronamic"
],
"author": {
"name": "Pronamic",
"email": "info@pronamic.nl",
"url": "https://www.pronamic.nl/"
},
"contributors": [
{
"name": "Remco Tolsma",
"email": "info@remcotolsma.nl",
"url": "https://www.remcotolsma.nl/"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/wp-pay-gateways/payvision/issues"
},
"homepage": "https://www.wp-pay.org/gateways/payvision/",
"scripts": {
"babel": "babel ./js/src -d ./js/dist --source-maps",
"eslint": "eslint . --ext .json --ext .js"
},
"devDependencies": {
"@wordpress/env": "^5.2.0",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"eslint": "^7.12.1",
"eslint-plugin-json": "^2.1.2"
}
}