You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1007 B
JSON
45 lines
1007 B
JSON
{
|
|
"name": "epub-gen",
|
|
"version": "0.1.0",
|
|
"description": "A library to generate EPUB from HTML",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"compile": "coffee --compile --output ./ ./",
|
|
"test": "node test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cyrilis/epub-gen.git"
|
|
},
|
|
"keywords": [
|
|
"epub",
|
|
"generator",
|
|
"ebook",
|
|
"html",
|
|
"epub-generator"
|
|
],
|
|
"author": "Cyril Hou <houshoushuai@gmail.com> (http://cyrilis.com/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/cyrilis/epub-gen/issues"
|
|
},
|
|
"homepage": "https://github.com/cyrilis/epub-gen",
|
|
"dependencies": {
|
|
"archiver": "^3.0.0",
|
|
"cheerio": "^0.22.0",
|
|
"diacritics": "^1.3.0",
|
|
"ejs": "^2.6.1",
|
|
"entities": "^1.1.2",
|
|
"fs-extra": "^7.0.1",
|
|
"mime": "^2.4.0",
|
|
"q": "^1.5.1",
|
|
"rimraf": "^2.6.3",
|
|
"superagent": "^3.8.3",
|
|
"underscore": "^1.9.1",
|
|
"uslug": "^1.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"coffeescript": "^2.3.2"
|
|
}
|
|
}
|