vfrag
Version:
Paginate a document by breaking one or more containers vertically into multiple fragments.
26 lines (25 loc) • 563 B
JSON
{
"name": "vfrag",
"version": "0.0.7",
"description": "Paginate a document by breaking one or more containers vertically into multiple fragments. ",
"main": "src/index.js",
"scripts": {
"release": "release-it",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"paginate",
"paged",
"print",
"fragmentation"
],
"author": "Lea Verou",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/h-tex/vfrag.git"
},
"devDependencies": {
"release-it": "^17.6.0"
}
}