-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1022 Bytes
/
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
{
"name": "@evolutionjobs/pdf-viewer",
"version": "0.0.1",
"description": "PDF custom element viewer that supports regular expressions for term highlighting",
"main": "pdf-viewer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EvolutionJobs/pdf-viewer.git"
},
"keywords": [
"pdf",
"lit",
"customelement"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/EvolutionJobs/pdf-viewer/issues"
},
"homepage": "https://github.com/EvolutionJobs/pdf-viewer#readme",
"dependencies": {
"@polymer/iron-icons": "^3.0.1",
"@polymer/paper-icon-button": "^3.0.2",
"@polymer/paper-spinner": "^3.0.2",
"@polymer/paper-tooltip": "^3.0.1",
"lit-element": "^2.2.1",
"pdfjs-dist": "^2.2.228"
},
"devDependencies": {
"typescript": "^3.6.4"
},
"publishConfig": { "registry": "https://npm.pkg.github.com/" }
}