Lissy93/remove-words

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "remove-words",
  "version": "0.1.0",
  "description": "A node module that returns all words from a string not that were not in a specified list. By default will remove all pronouns and conjunctions",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "gulp test",
    "cover": "istanbul cover node_modules/mocha/bin/_mocha --dir ./reports/coverage-reports"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Lissy93/remove-words.git"
  },
  "keywords": [
    "remove"
  ],
  "author": "Alicia Sykes <alicia@aliciasykes.com> (http://aliciasykes.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Lissy93/remove-words/issues"
  },
  "homepage": "https://github.com/Lissy93/remove-words",
  "devDependencies": {
    "chai": "^3.3.0",
    "coffee-script": "^1.10.0",
    "del": "^2.0.2",
    "gulp": "^3.9.0",
    "gulp-clean": "^0.3.1",
    "gulp-coffee": "^2.3.1",
    "gulp-coffeelint": "^0.5.0",
    "gulp-footer": "^1.0.5",
    "gulp-istanbul": "^0.10.0",
    "gulp-mocha": "^2.1.3",
    "gulp-size": "^2.0.0",
    "gulp-uglify": "^1.4.1",
    "gulp-watch": "^4.3.5"
  }
}