pass-scene
Version:
Memorable passphrase generator
66 lines (65 loc) • 1.57 kB
JSON
{
"name": "wordpos",
"author": {
"name": "Moos",
"email": "mooster@42at.com"
},
"keywords": [
"natural",
"language",
"wordnet",
"adjectives",
"nouns",
"adverbs",
"verbs"
],
"description": "wordpos is a set of part-of-speech utilities for Node.js using natural's WordNet module.",
"version": "0.1.15",
"homepage": "https://github.com/moos/wordpos",
"engines": {
"node": ">=0.6"
},
"bin": {
"wordpos": "./bin/wordpos-cli.js"
},
"dependencies": {
"natural": "git://github.com/NaturalNode/natural",
"underscore": ">=1.3.1",
"WNdb": "latest",
"commander": "1.1.1"
},
"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"
},
"bugs": {
"url": "https://github.com/moos/wordpos/issues"
},
"_id": "wordpos@0.1.15",
"dist": {
"shasum": "07239e0a6dba19b2e693f5eaec767fc942301b50",
"tarball": "http://registry.npmjs.org/wordpos/-/wordpos-0.1.15.tgz"
},
"_from": "wordpos@*",
"_npmVersion": "1.4.3",
"_npmUser": {
"name": "moos",
"email": "mooster@42at.com"
},
"maintainers": [
{
"name": "moos",
"email": "mooster@42at.com"
}
],
"directories": {},
"_shasum": "07239e0a6dba19b2e693f5eaec767fc942301b50",
"_resolved": "https://registry.npmjs.org/wordpos/-/wordpos-0.1.15.tgz"
}