UNPKG

606 BJSONView Raw
1{
2 "name": "pdfinfojs",
3 "version": "0.3.5",
4 "description": "A pdf meta information extractor",
5 "url": "https://github.com/fagbokforlaget/pdfinfojs",
6 "main": "index.js",
7 "scripts": {
8 "test": "make test"
9 },
10 "dependencies": {
11 "shelljs": ">=0.1.2"
12 },
13 "devDependencies": {
14 "mocha": "*",
15 "jscoverage": ">=0.3.5"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/fagbokforlaget/pdfinfojs.git"
20 },
21 "keywords": [
22 "pdf",
23 "pdfnifo",
24 "shelljs",
25 "mocha"
26 ],
27 "author": "Deepak Thukral <iapain@iapa.in> http://iapa.in",
28 "license": "MIT"
29}