fimfic2epub/package.json

16 lines
305 B
JSON
Raw Normal View History

2016-06-20 08:28:28 +12:00
{
"name": "fimfic2epub.js",
"private": true,
2016-06-20 08:28:28 +12:00
"version": "1.0.0",
"description": "",
"author": "djazz",
2016-06-20 08:28:28 +12:00
"dependencies": {
"escape-string-regexp": "^1.0.5",
2016-06-20 08:28:28 +12:00
"jszip": "^3.0.0",
"mithril": "^0.2.5",
"pretty-data": "^0.40.0",
2016-06-20 08:28:28 +12:00
"tidy-html5": "^0.1.1",
"xhr2": "^0.1.3",
2016-06-20 08:28:28 +12:00
}
}