forked from kermitt2/Pub2TEI
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 897 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "pub2tei",
"version": "3.3.9",
"description": "set of XSLT stylesheets for convert scientific documents from publisher formats (jats, A++, ...) to a unique TEI customized for ISTEX",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"version-patch": "npm version patch --no-git-tag-version && bash update-version.sh",
"version-minor": "npm version minor --no-git-tag-version && bash update-version.sh",
"version-major": "npm version major --no-git-tag-version && bash update-version.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/istex/Pub2TEI.git"
},
"keywords": [
"XSLT",
"TEI",
"publishers"
],
"author": "INIST-CNRS",
"license": "ISC",
"bugs": {
"url": "https://github.com/istex/Pub2TEI/issues"
},
"homepage": "https://github.com/istex/Pub2TEI#readme"
}