{ "name": "fimfic2epub", "version": "1.7.33", "description": "Tool to generate improved EPUB ebooks from Fimfiction stories", "author": "djazz", "license": "MIT", "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/fimfic2epub", "LICENSE" ], "dependencies": { "commander": "^2.15.1", "crc-32": "^1.2.0", "detect-node": "^2.0.3", "elementtree": "^0.1.7", "escape-string-regexp": "^1.0.5", "file-type": "^8.0.0", "fonteditor-core": "^1.0.2", "html-entities": "^1.2.1", "html-to-text": "^4.0.0", "image-size": "^0.6.2", "is-svg": "^3.0.0", "jszip": "^3.1.5", "match-words": "^1.0.0", "mithril": "^1.1.6", "mithril-node-render": "^2.3.0", "node-png": "^0.4.3", "pretty-data": "^0.40.0", "request": "^2.86.0", "sanitize-filename": "^1.6.1", "syllable": "^3.0.0", "twemoji": "^2.5.1", "typogr": "^0.6.7", "url-regex": "^4.1.1", "zero-fill": "^2.2.3" }, "devDependencies": { "autosize": "^4.0.2", "babel-core": "^6.26.3", "babel-loader": "^7.1.4", "babel-preset-env": "^1.7.0", "babel-register": "^6.26.0", "binary-loader": "0.0.1", "del": "^3.0.0", "eslint": "^4.19.1", "eslint-plugin-standard": "^3.1.0", "exports-loader": "^0.7.0", "file-saver": "^1.3.8", "font-awesome": "4.7.0", "gulp": "^3.9.1", "gulp-banner": "^0.1.3", "gulp-change": "^1.0.0", "gulp-chmod": "^2.0.0", "gulp-filter": "^5.1.0", "gulp-json-editor": "^2.3.0", "gulp-rename": "^1.2.3", "gulp-standard": "^11.0.0", "gulp-util": "^3.0.8", "gulp-watch": "^5.0.0", "gulp-zip": "^4.1.0", "lazypipe": "^1.0.1", "raw-loader": "^0.5.1", "regenerator-runtime": "^0.11.1", "removeNPMAbsolutePaths": "^1.0.4", "run-sequence": "^2.2.1", "standard": "^11.0.1", "stylus": "^0.54.5", "stylus-loader": "^3.0.2", "webpack": "^4.8.3", "webpack-node-externals": "^1.7.2" }, "standard": { "env": { "browser": true }, "globals": [ "FIMFIC2EPUB_VERSION" ] } }