Use latest WNdb from npm repository

This commit is contained in:
moos 2012-05-07 00:23:29 -07:00
parent a2a39fed3e
commit 4fae2f989c
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,7 @@
{
"name": "wordpos",
"author": "Moos <mooster@42at.com>",
"keywords": ["natural", "language", "wordnet", "pos"],
"description": "wordpos is a set of part-of-speech utilities for Node.js using natural's WordNet module.",
"version": "0.1.1",
"homepage": "https://github.com/moos/wordpos",
@ -9,7 +11,7 @@
"dependencies": {
"natural": "latest",
"underscore": ">=1.3.1",
"WNdb": "http://github.com/moos/WNdb/tarball/master"
"WNdb": "latest"
},
"devDependencies": {
"uubench": "git://github.com/moos/uubench.git"
@ -18,7 +20,5 @@
"type" : "git",
"url" : "git://github.com/moos/wordpos.git"
},
"author": "Moos <mooster@42at.com>",
"keywords": ["natural", "language", "wordnet", "pos"],
"main": "./wordpos.js"
}