{
  "name": "grunt-sendwithus",
  "version": "0.2.0",
  "description": "Grunt plugin to deploy your local HTML email templates to sendwithus",
  "homepage": "https://github.com/sendwithus/grunt-sendwithus",
  "repository": "https://github.com/sendwithus/grunt-sendwithus",
  "author": {
    "name": "sendwithus",
    "email": "us@sendwithus.com",
    "url": "https://sendwithus.com"
  },
  "keywords": [
    "gruntplugin",
    "sendwithus",
    "send",
    "with",
    "us",
    "email",
    "transactional"
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 4.0.0"
  },
  "license": "MIT",
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-coffee": "^1.0.0",
    "grunt-contrib-nodeunit": "^1.0.0",
    "load-grunt-tasks": "^3.5.0"
  },
  "dependencies": {
    "cheerio": "^0.20.0",
    "coffee-script": "^1.9.3",
    "lodash": "^3.10.1",
    "q": "^1.4.1",
    "request": "^2.72.0"
  },
  "scripts": {
    "test": "grunt test"
  }
}
