forked from oziresrds/html-to-rtf
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.15 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "html-to-rtf-browser",
"version": "1.6.1",
"author": {
"name": "Antonio Lucas Neres",
"email": "antoniolucasnobar@gmail.com"
},
"contributors": [
{
"name": "Ozires R.S.O.F",
"email": "oziresrds@yahoo.com.br"
},
{
"email": "ls@visoma.de",
"name": "Leon Strauß",
"url": "https://visoma.de"
},
{
"name": "Heron Silva",
"email": "code.heron@outlook.com"
}
],
"description": "Convert html to rtf format in the browser",
"readmeFilename": "README.md",
"keywords": [
"html",
"rtf",
"document",
"rich text",
"convert",
"frontend",
"browser",
"javascript"
],
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.6",
"juice": "^7.0.0",
"stream": "0.0.2"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-mocha": "^7.0.2",
"mocha": "^8.2.0",
"should": "^13.2.3",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"scripts": {
"tests": "gulp tests",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git://github.com/antoniolucasnobar/html-to-rtf-browser.git"
}
}