Skip to content

Commit

Permalink
prepare for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
arrix committed Dec 7, 2010
1 parent fcc4442 commit 289b53e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "readability",
"version": "0.0.1",
"version": "0.1.0",
"description": "Arc90's readability.js adapted to node.js",
"keywords": [
"readability"
Expand All @@ -13,6 +13,11 @@
}
],
"contributors": [
{
"name": "Arrix",
"email": "arrixzhou@gmail.com",
"web": "http://arrix.blogspot.com"
},
{
"name": "Vincent Cao",
"email": "caojunvincent@gmail.com"
Expand All @@ -36,8 +41,8 @@
],
"dependencies": {
"mjsunit.runner": ">=0.1.0",
"jsdom": ">=0.1.20",
"htmlparser": ">=1.7.0"
"jsdom": ">=0.1.21",
"htmlparser": ">=1.7.3"
},
"engines" : { "node" : ">=0.3.1" },
"directories": {
Expand Down

0 comments on commit 289b53e

Please sign in to comment.