forked from html-to-text/node-html-to-text
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 950 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "html-to-text",
"version": "0.1.0",
"description": "Advanced html to plain text converter",
"main": "index.js",
"scripts": {
},
"author": {
"name": "Malte Legenhausen",
"email": "legenhausen@werk85.de"
},
"homepage": "https://github.com/werk85/node-html-to-text",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/werk85/node-html-to-text/blob/master/LICENSE-MIT"
}
],
"repository": {
"type": "git",
"url": "git://github.com/werk85/node-html-to-text.git"
},
"bugs": {
"url": "https://github.com/werk85/node-html-to-text/issues"
},
"dependencies": {
"htmlparser": "1.x.x",
"underscore": "1.x.x",
"underscore.string": "2.x.x",
"optimist": "0.x.x"
},
"keywords": [
"html",
"node",
"text",
"mail",
"plain",
"converter"
],
"engines": {
"node": "~0.8.0"
},
"bin": {
"html-to-text": "./bin/cli.js"
}
}