{ "name": "fimfic2epub", "version": "1.3.2", "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", "es6-event-emitter": "^1.5.1", "escape-string-regexp": "^1.0.5", "file-type": "^3.8.0", "html-entities": "^1.2.0", "html-to-text": "^2.1.3", "image-size": "^0.5.0", "jszip": "^3.1.1", "match-words": "^0.1.0", "mithril": "^0.2.5", "pretty-data": "^0.40.0", "request": "^2.74.0", "sanitize-filename": "^1.6.0", "tidy-html5": "^0.1.1", "zero-fill": "^2.2.3" }, "devDependencies": { "autosize": "^3.0.17", "babel-core": "^6.13.2", "babel-loader": "^6.2.4", "babel-preset-es2015": "^6.13.2", "babel-preset-node6": "^11.0.0", "babel-register": "^6.11.6", "del": "^2.2.2", "exports-loader": "^0.6.3", "file-saver": "^1.3.2", "gulp": "^3.9.1", "gulp-filter": "^4.0.0", "gulp-json-editor": "^2.2.1", "gulp-standard": "^7.0.1", "gulp-util": "^3.0.7", "gulp-watch": "^4.3.9", "gulp-zip": "^3.2.0", "lazypipe": "^1.0.1", "raw-loader": "^0.5.1", "run-sequence": "^1.2.2", "standard": "^7.1.2", "stylus": "^0.54.5", "stylus-loader": "^2.2.0", "webpack": "^2.1.0-beta.20", "webpack-node-externals": "^1.3.3" }, "standard": { "env": { "browser": true }, "globals": [ "FIMFIC2EPUB_VERSION" ] } }