fimfic2epub/package.json
2017-10-18 14:59:49 +02:00

76 lines
1.8 KiB
JSON

{
"name": "fimfic2epub",
"version": "1.6.5",
"description": "Tool to generate improved EPUB ebooks from Fimfiction stories",
"author": "djazz",
"repository": {
"type": "git",
"url": "https://github.com/daniel-j/fimfic2epub.git"
},
"scripts": {
"build": "gulp -p"
},
"bin": {
"fimfic2epub": "./bin/fimfic2epub"
},
"main": "fimfic2epub.js",
"files": [
"fimfic2epub.js",
"fimfic2epub.js.map",
"bin/"
],
"dependencies": {
"detect-node": "^2.0.3",
"escape-string-regexp": "^1.0.5",
"file-type": "^7.2.0",
"html-entities": "^1.2.0",
"html-to-text": "^3.3.0",
"image-size": "^0.6.1",
"is-svg": "^2.1.0",
"jszip": "^3.1.4",
"match-words": "^1.0.0",
"mithril": "^1.1.5",
"mithril-node-render": "^2.2.0",
"pretty-data": "^0.40.0",
"request": "^2.83.0",
"sanitize-filename": "^1.6.0",
"twemoji": "^2.5.0",
"zero-fill": "^2.2.3"
},
"devDependencies": {
"autosize": "^4.0.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.14.0",
"babel-preset-node6": "^11.0.0",
"babel-register": "^6.26.0",
"del": "^3.0.0",
"es6-event-emitter": "^1.10.2",
"exports-loader": "^0.6.3",
"file-saver": "^1.3.2",
"gulp": "^3.9.1",
"gulp-filter": "^5.0.1",
"gulp-json-editor": "^2.2.1",
"gulp-standard": "^10.1.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.9",
"gulp-zip": "^4.0.0",
"lazypipe": "^1.0.1",
"raw-loader": "^0.5.1",
"run-sequence": "^2.2.0",
"standard": "^10.0.3",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"webpack": "^3.8.1",
"webpack-node-externals": "^1.3.3"
},
"standard": {
"env": {
"browser": true
},
"globals": [
"FIMFIC2EPUB_VERSION"
]
}
}