forked from EddyVerbruggen/nativescript-barcodescanner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.85 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "nativescript-barcodescanner",
"version": "2.6.1",
"description": "Scan QR/barcodes with a {N} app.",
"main": "barcodescanner",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "2.3.0",
"ios": "2.3.0"
}
},
"scripts": {
"build": "tsc",
"demo.ios": "npm run preparedemo && cd demo && tns emulate ios --device \"iPhone 7\"",
"demo.ios.device": "npm run preparedemo && cd demo && tns platform remove ios && tns platform add ios && tns run ios",
"demo.android": "npm run preparedemo && cd demo && tns run android",
"preparedemo": "npm run build && cd demo && tns plugin remove nativescript-barcodescanner && tns plugin add .. && tns install",
"setup": "npm i && cd demo && npm i && cd .. && npm run build && cd demo && tns plugin add .. && cd ..",
"test": "npm run tslint && npm run tslint.demo",
"tslint": "tslint *.ts",
"tslint.demo": "tslint demo/app/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eddyverbruggen/nativescript-barcodescanner.git"
},
"keywords": [
"ecosystem:nativescript",
"NativeScript",
"Barcode",
"Barcode Scanner",
"Bulk",
"Bulk Scan",
"Continuous",
"Flashlight",
"Torch",
"Torch",
"Aztec",
"Codabar",
"Code39",
"Code93",
"Code128",
"Datamatrix",
"EAN8",
"EAN13",
"ITF",
"ITF14",
"PDF417",
"QR",
"RSS14",
"UPCA",
"UPCE"
],
"author": "Eddy Verbruggen <eddyverbruggen@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/eddyverbruggen/nativescript-barcodescanner/issues"
},
"homepage": "https://github.com/eddyverbruggen/nativescript-barcodescanner",
"devDependencies": {
"tns-core-modules": "^3.0.0",
"tns-platform-declarations": "^3.0.0",
"typescript": "~2.3.0",
"tslint": "^5.0.0"
}
}