{ "name": "wordpos", "author": "Moos ", "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.5", "homepage": "https://github.com/moos/wordpos", "engines": { "node": ">=0.4.10" }, "dependencies": { "natural": "latest", "underscore": ">=1.3.1", "WNdb": "latest" }, "devDependencies": { "uubench": "git://github.com/moos/uubench.git" }, "repository" : { "type" : "git", "url" : "git://github.com/moos/wordpos.git" }, "main": "./src/wordpos.js", "scripts": { "postinstall": "node tools/stat.js --no-stats index.adv index.adj index.verb index.noun" } }