forked from iarna/streampub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.03 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "streampub",
"version": "1.7.0",
"description": "A streaming EPUB3 writer/generator.",
"main": "index.js",
"scripts": {
"test": "standard"
},
"keywords": [
"epub",
"epub3",
"writer"
],
"author": "Rebecca Turner <[email protected]> (http://re-becca.org/)",
"contributors": [
"Meinaart van Straalen <[email protected]> (https://github.com/meinaart)"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/iarna/streampub"
},
"bugs": {
"url": "https://github.com/iarna/streampub/issues"
},
"homepage": "https://github.com/iarna/streampub",
"dependencies": {
"bluebird": "^3.4.6",
"buffer-signature": "^1.0.0",
"concat-stream": "^1.6.0",
"mime-types": "^2.1.12",
"parse5": "^3.0.1",
"readable-stream": "^2.1.5",
"uuid": "^2.0.2",
"xml": "^1.0.1",
"xmlserializer": "^0.6.0",
"zip-stream": "^1.1.0"
},
"files": [
"index.js",
"normalize-xhtml.js"
],
"devDependencies": {
"standard": "^8.1.0"
}
}