fimfic2epub/package.json
2018-03-12 22:05:01 +01:00

81 lines
2 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": "NODE_ENV=production gulp",
"dev": "NODE_ENV=development gulp"
},
"bin": {
"fimfic2epub": "./bin/fimfic2epub"
},
"main": "dist/fimfic2epub.js",
"files": [
"dist/",
"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.4",
"babel-preset-env": "^1.6.1",
"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.7.0",
"file-saver": "^1.3.2",
"font-awesome": "4.7.0",
"gulp": "^3.9.1",
"gulp-change": "^1.0.0",
"gulp-filter": "^5.0.1",
"gulp-json-editor": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-standard": "^10.1.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^5.0.0",
"gulp-zip": "^4.0.0",
"lazypipe": "^1.0.1",
"merge-stream": "^1.0.1",
"raw-loader": "^0.5.1",
"run-sequence": "^2.2.0",
"standard": "^11.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"webpack": "^4.1.1",
"webpack-node-externals": "^1.3.3"
},
"standard": {
"env": {
"browser": true
},
"globals": [
"FIMFIC2EPUB_VERSION"
]
}
}