fimfic2epub/package.json

101 lines
2.5 KiB
JSON
Raw Normal View History

2016-06-20 08:28:28 +12:00
{
2016-06-24 01:26:01 +12:00
"name": "fimfic2epub",
2024-03-02 08:30:07 +13:00
"version": "1.7.58",
2016-08-19 21:44:53 +12:00
"description": "Tool to generate improved EPUB ebooks from Fimfiction stories",
"author": "djazz",
2018-03-14 22:50:55 +13:00
"license": "MIT",
2016-08-17 00:28:21 +12:00
"repository": {
"type": "git",
2024-03-02 10:08:53 +13:00
"url": "git+https://github.com/daniel-j/fimfic2epub.git"
2016-08-17 00:28:21 +12:00
},
2016-06-21 23:38:30 +12:00
"scripts": {
2019-10-08 22:31:42 +13:00
"build": "gulp",
2018-03-13 10:03:58 +13:00
"dev": "NODE_ENV=development gulp"
},
"bin": {
2024-03-02 10:08:53 +13:00
"fimfic2epub": "build/fimfic2epub"
2016-06-21 23:38:30 +12:00
},
2018-03-13 10:03:58 +13:00
"main": "dist/fimfic2epub.js",
2016-08-15 08:42:57 +12:00
"files": [
2018-03-13 10:03:58 +13:00
"dist/",
2020-08-10 22:00:32 +12:00
"build/fimfic2epub",
2018-03-14 23:45:45 +13:00
"LICENSE"
2016-08-15 08:42:57 +12:00
],
2016-06-20 08:28:28 +12:00
"dependencies": {
2024-03-02 08:06:42 +13:00
"canvas": "^2.11.2",
2021-05-25 11:42:43 +12:00
"commander": "^7.2.0",
2024-03-02 08:06:42 +13:00
"crc-32": "^1.2.2",
2021-05-25 11:42:43 +12:00
"detect-node": "^2.1.0",
2018-03-27 03:50:39 +13:00
"elementtree": "^0.1.7",
2020-08-10 19:44:28 +12:00
"escape-string-regexp": "^4.0.0",
2021-05-25 11:42:43 +12:00
"file-type": "^16.4.0",
2024-03-02 08:30:07 +13:00
"fonteditor-core": "2.1.2",
2021-05-25 11:42:43 +12:00
"html-entities": "^2.3.2",
"html-to-text": "^7.1.1",
"image-size": "^1.0.0",
"is-svg": "^4.3.1",
"jszip": "^3.6.0",
2017-10-19 01:59:49 +13:00
"match-words": "^1.0.0",
2021-06-01 05:36:08 +12:00
"mithril": "^1.1.6",
"mithril-node-render": "^2.3.2",
2020-09-07 23:39:31 +12:00
"node-fetch": "^2.6.1",
"pretty-data": "^0.40.0",
2019-10-08 22:26:15 +13:00
"sanitize-filename": "^1.6.3",
2020-08-10 19:44:28 +12:00
"syllable": "^4.1.0",
2024-03-02 08:06:42 +13:00
"twemoji": "^14.0.2",
"typogr": "^0.6.8",
2021-05-25 11:42:43 +12:00
"url-regex-safe": "^2.0.2",
2020-08-10 19:44:28 +12:00
"zero-fill": "^2.2.4"
2016-06-21 09:04:08 +12:00
},
"devDependencies": {
2024-03-02 08:06:42 +13:00
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/register": "^7.23.7",
"assert": "^2.1.0",
2021-05-25 11:42:43 +12:00
"autosize": "^4.0.4",
"babel-loader": "^8.2.2",
"binary-loader": "0.0.1",
2021-05-25 11:42:43 +12:00
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
2020-10-19 23:43:35 +13:00
"del": "^6.0.0",
2021-05-25 11:42:43 +12:00
"exports-loader": "^3.0.0",
2019-10-08 22:38:51 +13:00
"fancy-log": "^1.3.3",
2021-05-25 11:42:43 +12:00
"file-saver": "^2.0.5",
2018-03-15 06:04:50 +13:00
"font-awesome": "4.7.0",
2019-10-08 22:26:15 +13:00
"gulp": "^4.0.2",
"gulp-change": "^1.0.2",
2019-10-08 22:26:15 +13:00
"gulp-chmod": "^3.0.0",
2021-05-25 11:42:43 +12:00
"gulp-filter": "^7.0.0",
2019-10-08 22:46:23 +13:00
"gulp-header": "^2.0.9",
2021-05-25 11:42:43 +12:00
"gulp-json-editor": "^2.5.6",
2020-01-16 23:09:13 +13:00
"gulp-rename": "^2.0.0",
2019-10-08 22:26:15 +13:00
"gulp-standard": "^14.0.0",
"gulp-watch": "^5.0.1",
2021-05-25 11:42:43 +12:00
"gulp-zip": "^5.1.0",
"node-loader": "^2.0.0",
"path-browserify": "^1.0.1",
2019-10-08 22:38:51 +13:00
"plugin-error": "^1.0.1",
2021-12-11 00:50:21 +13:00
"process": "^0.11.10",
2020-10-19 23:43:35 +13:00
"raw-loader": "^4.0.2",
2020-08-10 19:44:28 +12:00
"regenerator-runtime": "^0.13.7",
2019-10-08 22:26:15 +13:00
"removeNPMAbsolutePaths": "^2.0.0",
2021-05-25 11:42:43 +12:00
"standard": "^16.0.3",
"stream-browserify": "^3.0.0",
2020-08-10 19:44:28 +12:00
"stylus": "^0.54.8",
2021-05-25 11:42:43 +12:00
"stylus-loader": "^6.0.0",
2024-03-02 08:06:42 +13:00
"webpack": "^5.90.3",
2021-05-25 11:42:43 +12:00
"webpack-node-externals": "^3.0.0"
2016-06-21 18:39:26 +12:00
},
"standard": {
"env": {
2016-06-22 01:19:36 +12:00
"browser": true
},
"globals": [
"FIMFIC2EPUB_VERSION"
]
2024-03-02 08:06:42 +13:00
},
"overrides": {
"graceful-fs": "^4.2.11"
2016-06-20 08:28:28 +12:00
}
}