File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.8" ,
4
4
"description" : " Simple html to plain text converter" ,
5
5
"main" : " index.js" ,
6
- "scripts" : {
7
-
6
+ "scripts" : {
8
7
},
9
8
"author" : " Malte Legenhausen" ,
10
9
"license" : " MIT" ,
10
+ "repository" : " git@github.com:werk85/node-html-to-text.git" ,
11
+ "bugs" : { "url" : " https://github.com/werk85/node-html-to-text/issues" },
11
12
"dependencies" : {
12
- "htmlparser" : " 1.x.x" ,
13
- "underscore" : " 1.x.x" ,
14
- "underscore.string" : " 2.x.x" ,
13
+ "htmlparser" : " 1.x.x" ,
14
+ "underscore" : " 1.x.x" ,
15
+ "underscore.string" : " 2.x.x" ,
15
16
"optimist" : " 0.x.x"
16
17
},
17
18
"keywords" : [
18
19
" html" ,
19
- " node" ,
20
- " text" ,
21
- " mail" ,
20
+ " node" ,
21
+ " text" ,
22
+ " mail" ,
22
23
" plain" ,
23
- " converter"
24
+ " converter"
24
25
],
25
26
"engines" : {
26
- "node" : " ~0.8.0"
27
+ "node" : " ~0.8.0"
27
28
},
28
29
"bin" : {
29
30
"html-to-text" : " ./bin/cli.js"
You can’t perform that action at this time.
0 commit comments