Skip to content

Commit

Permalink
added homepage to npm, ticked, using newer sylvester
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisumbel committed Dec 17, 2011
1 parent 84c3e12 commit edd1379
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
@@ -1,12 +1,13 @@
{
"name": "natural",
"description": "General natural language (tokenizing, stemming, classification, inflection, phonetics, tfidf, WordNet) facilities for node.",
"version": "0.0.61",
"version": "0.0.62",
"homepage": "https://github.com/NaturalNode/natural",
"engines": {
"node": ">=0.2.6"
},
"dependencies": {
"sylvester": ">= 0.0.8",
"sylvester": ">= 0.0.12",
"apparatus": ">= 0.0.4",
"underscore": "*"
},
Expand Down

0 comments on commit edd1379

Please sign in to comment.