-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 841 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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "epub-to-jats",
"version": "0.0.1",
"description": "NodeJS application for conversion from EPUB to JATS",
"main": "app.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bozhink/epub-to-jats.git"
},
"keywords": [
"nodejs",
"epub",
"nlm",
"jats",
"jats-publishing"
],
"author": "Bozhin Karaivanov",
"license": "MIT",
"bugs": {
"url": "https://github.com/bozhink/epub-to-jats/issues"
},
"homepage": "https://github.com/bozhink/epub-to-jats#readme",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.16.1",
"mocha": "^3.2.0"
},
"dependencies": {
"command-line-args": "^4.0.1",
"command-line-usage": "^4.0.0",
"jquery": "^3.1.1",
"jsdom": "^16.6.0",
"unzip": "^0.1.11"
}
}