-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"name": "cordova-plugin-acs",
"description": "Cordova plugin for advanced card systems(ACS) NFC reader.",
"author": "nuvopoint",
"license": "MIT",
"module": "./www/acs.js",
"version": "0.0.5",
"homepage": "https://github.com/Eonfire/cordova-plugin-acs/",
"repository": {
"type": "git",
"url": "git+https://github.com/Eonfire/cordova-plugin-acs"
},
"bugs": {
"url": "https://github.com/Eonfire/cordova-plugin-acs/issues"
},
"cordova": {
"id": "cordova-plugin-acs",
"platforms": [
"android"
]
},
"keywords": [
"cordova-android",
"nfc",
"acs"
],
"engines": [
{
"name": "cordova",
"version": ">=6.0.0"
}
],
"typings": "./www/acs.d.ts",
"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"
}
}