Skip to content

Commit 5b65394

Browse files
committed
package.json cleaned, and improved
1 parent 610be4a commit 5b65394

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,28 @@
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"

0 commit comments

Comments
 (0)