[mod] lost
This commit is contained in:
parent
38d12d91c1
commit
d37f923d09
8 changed files with 106 additions and 41 deletions
15
package.json
15
package.json
|
|
@ -1,13 +1,15 @@
|
|||
{
|
||||
"name": "pdfbox",
|
||||
"version": "1.0.0",
|
||||
"version": "0.1.1",
|
||||
"description": "A BaseX interface to Apache Pdfbox version 3",
|
||||
"main": "index.js",
|
||||
"main": "Pdfbox.xqm",
|
||||
"homepage": "https://github.com/npm/example#readme",
|
||||
"directories": {
|
||||
"doc": "docs"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "%BASEX10%/bin/basex -t src/test"
|
||||
"test": "%BASEX10%/bin/basex -t src/test",
|
||||
"docs": "xqdoca"
|
||||
},
|
||||
"keywords": [
|
||||
"pdf",
|
||||
|
|
@ -16,5 +18,8 @@
|
|||
"java"
|
||||
],
|
||||
"author": "Andy Bunce",
|
||||
"license": "Apache-2.0"
|
||||
}
|
||||
"license": "Apache-2.0",
|
||||
"quodatum": {
|
||||
"random": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue