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 33 "version" : " 0.0.8" ,
44 "description" : " Simple html to plain text converter" ,
55 "main" : " index.js" ,
6- "scripts" : {
7-
6+ "scripts" : {
87 },
98 "author" : " Malte Legenhausen" ,
109 "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" },
1112 "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" ,
1516 "optimist" : " 0.x.x"
1617 },
1718 "keywords" : [
1819 " html" ,
19- " node" ,
20- " text" ,
21- " mail" ,
20+ " node" ,
21+ " text" ,
22+ " mail" ,
2223 " plain" ,
23- " converter"
24+ " converter"
2425 ],
2526 "engines" : {
26- "node" : " ~0.8.0"
27+ "node" : " ~0.8.0"
2728 },
2829 "bin" : {
2930 "html-to-text" : " ./bin/cli.js"
You can’t perform that action at this time.
0 commit comments