forked from nuvoPoint/cordova-plugin-sumup
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.25 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
{
"name": "cordova-plugin-sumup",
"description": "Cordova plugin for integration with sumup sdk",
"author": "StorePilot",
"license": "MIT",
"module": "./www/sumup.js",
"version": "1.3.1",
"homepage": "https://github.com/storepilot/cordova-plugin-sumup",
"repository": {
"type": "git",
"url": "https://github.com/storepilot/cordova-plugin-sumup.git"
},
"bugs": {
"url": "https://github.com/storepilot/cordova-plugin-sumup.git/issues"
},
"cordova": {
"id": "cordova-plugin-sumup",
"platforms": [
"ios",
"android"
]
},
"keywords": [
"ecosystem:cordova",
"ecosystem:phonegap",
"cordova",
"phonegap",
"sumup"
],
"engines": {
"cordova": ">=6.0.0"
},
"scripts": {
"lint": "eslint **/*.js",
"cordova-paramedic": "cordova-paramedic",
"test:android": "cordova-paramedic --cleanUpAfterRun --verbose --platform android --plugin .",
"test:ios": "cordova-paramedic --cleanUpAfterRun --verbose --platform ios --plugin ."
},
"devDependencies": {
"cordova-paramedic": "git+https://github.com/apache/cordova-paramedic.git",
"eslint": "^3.18.0"
}
}