-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 924 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "epub-constructor",
"version": "1.0.8",
"description": "This is a react library that create an epub structor. This library dose not save the structored epub file, you have to do that your self. This library work for react, react-native and web. It simple create a structored epub object that you could save it to your desired location later on.",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/AlenToma/Epub-Constructor.git"
},
"bugs": {
"url": "https://github.com/AlenToma/Epub-Constructor/issues"
},
"homepage": "https://github.com/AlenToma/Epub-Constructor",
"keywords": [
"epub",
"react",
"react-native",
"epub-creator",
"epub-constructor"
],
"dependencies": {
"node-html-parser": "^4.1.4"
},
"author": "Alen Toma",
"license": "MIT"
}