23 lines
421 B
JSON
23 lines
421 B
JSON
|
{
|
||
|
"name": "pdf.js-viewer",
|
||
|
"main": "pdf.js",
|
||
|
"homepage": "http://github.com/legalthings/pdf.js-viewer",
|
||
|
"authors": [
|
||
|
"LegalThings <info@legalthings.net>",
|
||
|
"Arnold Daniels <arnold@jasny.net>"
|
||
|
],
|
||
|
"description": "pdf.js build with viewer",
|
||
|
"keywords": [
|
||
|
"pdf"
|
||
|
],
|
||
|
"license": "Apache2",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"spec",
|
||
|
"**/*.spec.js"
|
||
|
]
|
||
|
}
|
||
|
|