wordpos/package.json

28 lines
753 B
JSON
Raw Normal View History

2012-05-04 19:23:28 +00:00
{
"name": "wordpos",
2012-05-07 07:23:29 +00:00
"author": "Moos <mooster@42at.com>",
"keywords": ["natural", "language", "wordnet", "pos"],
2012-05-04 19:23:28 +00:00
"description": "wordpos is a set of part-of-speech utilities for Node.js using natural's WordNet module.",
2012-05-20 18:29:10 +00:00
"version": "0.1.4",
2012-05-04 19:23:28 +00:00
"homepage": "https://github.com/moos/wordpos",
"engines": {
"node": ">=0.4.10"
},
"dependencies": {
"natural": "latest",
"underscore": ">=1.3.1",
2012-05-07 07:23:29 +00:00
"WNdb": "latest"
2012-05-04 19:23:28 +00:00
},
"devDependencies": {
"uubench": "git://github.com/moos/uubench.git"
},
"repository" : {
"type" : "git",
"url" : "git://github.com/moos/wordpos.git"
2012-05-04 19:23:28 +00:00
},
2012-05-20 18:29:10 +00:00
"main": "./wordpos.js",
"scripts": {
"postinstall": "node tools/stat.js --no-stats index.adv index.adj index.verb index.noun"
}
2012-05-04 19:23:28 +00:00
}