{
  "name": "wordsoap",
  "version": "0.2.0",
  "description": "Clean up dirty HTML output from Microsoft Word",
  "license": "ISC",
  "repository": "metaraine/wordsoap",
  "author": {
    "name": "Raine Lourie",
    "email": "raine@collegecoding.com",
    "url": "https://github.com/metaraine"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha",
    "browser": "browserify -s $npm_package_name -o browser.js ."
  },
  "bin": {
    "wordsoap": "bin.js"
  },
  "keywords": [
    "microsoft",
    "word",
    "html",
    "output",
    "clean",
    "cleanup",
    "convert",
    "converter"
  ],
  "dependencies": {
    "commander": "^2.8.1",
    "get-stdin-promise": "^0.1.1",
    "lodash": "^3.8.0"
  },
  "devDependencies": {
    "browserify": "^7.0.0",
    "chai": "^2.1.1",
    "gulp-plumber": "^1.0.0",
    "gulp-replace": "^0.5.3",
    "mocha": "^2.0.1"
  }
}
