-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1018 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
37
38
39
{
"name": "pdf-annotation-exporter",
"version": "1.0.0",
"description": "PDF Annotation Exporter",
"main": "index.html",
"directories": {
"example": "examples"
},
"dependencies": {
"chai": "^4.1.2",
"file-url": "^2.0.2",
"mocha": "^5.2.0",
"node-getopt": "^0.3.2",
"pdfjs": "^2.0.0-alpha.8",
"puppeteer": "^1.4.0",
"requirejs": "^2.3.5",
"supports-color": "^5.4.0",
"systemjs": "^0.21.3",
"webpack": "^4.8.3",
"yargs": "^11.0.0"
},
"devDependencies": {
"pdfjs-dist": "^2.0.489",
"webpack-cli": "^2.1.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/burtonator/pdf-annotation-exporter.git"
},
"author": "Kevin Burton",
"license": "SEE LICENSE IN LICENSE.TXT",
"bugs": {
"url": "https://github.com/burtonator/pdf-annotation-exporter/issues"
},
"homepage": "https://github.com/burtonator/pdf-annotation-exporter#readme"
}