UNPKG

@ajwest/too-wordy

Version:

Find wordy or unnecessary passages in your writing

37 lines (36 loc) 750 B
{ "name": "@ajwest/too-wordy", "version": "0.1.4", "description": "Find wordy or unnecessary passages in your writing", "main": "too-wordy.js", "homepage": "https://github.com/duereg/too-wordy", "author": "Matt Blair", "bugs": { "url": "https://github.com/duereg/too-wordy/issues" }, "repository": { "type": "git", "url": "https://github.com/duereg/too-wordy.git" }, "directories": { "test": "test" }, "scripts": { "test": "./node_modules/.bin/jasmine-node test" }, "keywords": [ "english", "writing", "prose", "words", "complexity", "readability", "grammar", "wordiness", "wordy" ], "license": "MIT", "devDependencies": { "jasmine-node": "~2.0.0" } }