{ "name": "fimfic2epub", "version": "1.7.35", "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.20.0", "crc-32": "^1.2.0", "detect-node": "^2.0.4", "elementtree": "^0.1.7", "escape-string-regexp": "^1.0.5", "file-type": "^10.10.0", "fonteditor-core": "^1.0.5", "html-entities": "^1.2.1", "html-to-text": "^5.1.1", "image-size": "^0.7.3", "is-svg": "^4.1.0", "jszip": "^3.2.1", "match-words": "^1.0.0", "mithril": "^1.1.6", "mithril-node-render": "^2.3.2", "node-png": "^0.4.3", "pretty-data": "^0.40.0", "request": "^2.88.0", "sanitize-filename": "^1.6.1", "syllable": "^3.5.0", "twemoji": "^12.0.0", "typogr": "^0.6.8", "url-regex": "^4.1.1", "zero-fill": "^2.2.3" }, "devDependencies": { "@babel/core": "^7.4.3", "@babel/preset-env": "^7.4.3", "@babel/register": "^7.4.0", "autosize": "^4.0.2", "babel-loader": "^8.0.5", "binary-loader": "0.0.1", "del": "^4.1.0", "eslint": "^5.16.0", "eslint-plugin-standard": "^4.0.0", "exports-loader": "^0.7.0", "file-saver": "^2.0.1", "font-awesome": "4.7.0", "gulp": "^4.0.0", "gulp-banner": "^0.1.3", "gulp-change": "^1.0.2", "gulp-chmod": "^2.0.0", "gulp-filter": "^5.1.0", "gulp-json-editor": "^2.5.1", "gulp-rename": "^1.4.0", "gulp-standard": "^12.0.0", "gulp-util": "^3.0.8", "gulp-watch": "^5.0.1", "gulp-zip": "^4.2.0", "raw-loader": "^2.0.0", "regenerator-runtime": "^0.13.2", "removeNPMAbsolutePaths": "^1.0.4", "standard": "^12.0.1", "stylus": "^0.54.5", "stylus-loader": "^3.0.2", "webpack": "^4.29.6", "webpack-node-externals": "^1.7.2" }, "standard": { "env": { "browser": true }, "globals": [ "FIMFIC2EPUB_VERSION" ] } }