xfdf
Version:
A Node.js JSON to XFDF generator
35 lines (34 loc) • 691 B
JSON
{
"name": "xfdf",
"version": "1.0.0",
"description": "A Node.js JSON to XFDF generator",
"main": "index.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/ScottONeal/xfdf.git"
},
"keywords": [
"pdf",
"xfdf",
"fdf",
"adobe"
],
"author": "Scott O'Neal",
"license": "MIT",
"bugs": {
"url": "https://github.com/ScottONeal/xfdf/issues"
},
"homepage": "https://github.com/ScottONeal/xfdf",
"devDependencies": {
"mocha": "^6.0.1",
"should": "^5.0.0",
"xml2js": "^0.4.5"
},
"dependencies": {
"lodash": "^4.17.11",
"xmlbuilder": "^11.0.0"
}
}