{
  "name": "inky",
  "version": "1.4.2",
  "description": "Convert a simple HTML syntax into tables compatible with Foundation for Emails.",
  "author": "Foundation <contact@get.foundation> (https://get.foundation)",
  "keywords": [
    "ink",
    "foundation",
    "email",
    "template"
  ],
  "main": "index.js",
  "scripts": {
    "test": "mocha --require babel-core/register",
    "browser": "gulp browser"
  },
  "dependencies": {
    "cheerio": "^0.20.0",
    "foundation-emails": "^2.2.0",
    "mkdirp": "^0.5.1",
    "object-values": "^1.0.0",
    "through2": "^2.0.0",
    "vinyl-fs": "^3.0.3"
  },
  "devDependencies": {
    "assert-html-equal": "^1.0.0",
    "babel-preset-es2015": "^6.3.13",
    "babel-register": "^6.4.3",
    "browserify": "^13.1.0",
    "chalk": "^1.1.1",
    "gulp": "4.0",
    "gulp-uglify": "^2.0.0",
    "mocha": "^8.0.1",
    "rimraf": "^2.5.1",
    "vinyl-buffer": "^1.0.1",
    "vinyl-source-stream": "^2.0.0"
  },
  "repository": "https://github.com/foundation/inky.git",
  "bugs": "https://github.com/foundation/inky/issues",
  "license": "MIT"
}
