UNPKG

pif-parser

Version:
34 lines (33 loc) 764 B
{ "name": "pif-parser", "version": "0.0.0", "description": "Parse FCC Public Inspection Files PDFs", "main": "build/index.js", "scripts": { "build": "rollup -c", "test": "npm run build && mocha --recursive" }, "repository": { "type": "git", "url": "git+https://github.com/gabrielflorit/pif-parser.git" }, "keywords": [ "FCC", "OPIF" ], "author": "Gabriel Florit", "license": "MIT", "bugs": { "url": "https://github.com/gabrielflorit/pif-parser/issues" }, "homepage": "https://github.com/gabrielflorit/pif-parser#readme", "dependencies": { }, "devDependencies": { "buble": "^0.12.3", "chai": "^3.5.0", "mocha": "^2.5.3", "rollup": "^0.32.4", "rollup-plugin-buble": "^0.12.1" } }