This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
forked from Merott/nativescript-pdf-view
-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
61 lines (61 loc) · 1.51 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "nativescript-pdf-view",
"version": "0.0.0-development",
"description": "A NativeScript plugin to display PDF files on iOS and Android",
"main": "index.js",
"scripts": {
"commit": "git-cz",
"commitmsg": "cz-customizable-ghooks",
"setup": "cd src && npm ci && cd demo && npm ci && cd .. && npm run build && cd demo && tns plugin add .. && cd .."
},
"release": {
"generateNotes": "./node_modules/@semantic-release/release-notes-generator"
},
"repository": {
"type": "git",
"url": "https://github.com/madmas/nativescript-pdf-view.git"
},
"author": "Markus Schlichting",
"keywords": [
"Android",
"JavaScript",
"NativeScript",
"PDF",
"View",
"iOS"
],
"contributors": [
{
"name": "Merott Movahedi",
"email": "[email protected]"
},
{
"name": "Markus Schlichting",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/madmas/nativescript-pdf-view/issues"
},
"license": "MIT",
"homepage": "https://github.com/madmas/nativescript-pdf-view#readme",
"readmeFilename": "README.md",
"devDependencies": {
"commitizen": "^4.1.2",
"cz-customizable": "^6.3.0",
"cz-customizable-ghooks": "^1.5.0",
"husky": "^0.13.4",
"prompt": "~1.0.0",
"rimraf": "3.0.0",
"tslint": "^5.2.0",
"typescript": "~2.3.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
},
"cz-customizable": {
"config": ".cz-config.js"
}
}
}