{
  "name": "parse-server-sparkpost-adapter",
  "version": "1.0.7",
  "description": "Simple sparkpost adapter for parse server",
  "main": "lib/index.js",
  "dependencies": {
    "sparkpost": "1.3.x"
  },
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-preset-es2015": "^6.6.0"
  },
  "scripts": {
    "build": "./node_modules/.bin/babel src/ -d lib/",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/woodardj/parse-server-sparkpost-adapter.git"
  },
  "keywords": [
    "parse-server",
    "sparkpost"
  ],
  "author": "Jonathan Woodard",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/woodardj/parse-server-sparkpost-adapter/issues"
  },
  "homepage": "https://github.com/oursky/parse-server-sparkpost-adapter#readme"
}
