simpler-words
Version:
Suggests shorter, simpler alternatives to long words
36 lines (35 loc) • 815 B
JSON
{
"name": "simpler-words",
"version": "0.0.2",
"description": "Suggests shorter, simpler alternatives to long words",
"main": "index.js",
"scripts": {
"test": "jasmine-node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rowanoulton/simpler-words.git"
},
"keywords": [
"english",
"writing",
"authoring",
"prose",
"words",
"complexity",
"readability",
"grammer",
"wordiness",
"wordy",
"suggestions"
],
"author": "Rowan Oulton <rowan.oulton@gmail.com> (http://github.com/rowanoulton)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rowanoulton/simpler-words/issues"
},
"homepage": "https://github.com/rowanoulton/simpler-words#readme",
"devDependencies": {
"jasmine-node": "^1.14.5"
}
}