joeyify
Version:
Unreliable automatic thesaurus inspired by 'Friends' Joey Tribbiani writing skills
29 lines (28 loc) • 578 B
JSON
{
"name": "joeyify",
"version": "1.0.1",
"description": "Unreliable automatic thesaurus inspired by 'Friends' Joey Tribbiani writing skills",
"main": "joeyify.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/IdaszakDaniel/Joeyify.git"
},
"keywords": [
"joey",
"friends",
"thesaurus",
"automatic"
],
"author": "Daniel Idaszak (idaszak.com)",
"license": "MIT",
"dependencies": {
"thesaurus": "0.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.0.1"
}
}