{
  "name": "gulp-gtm",
  "version": "0.0.12",
  "description": "Inject Google Tag Manager (GTM) script into HTML <head> with Gulp.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "gulp",
    "google tag manager",
    "gtm",
    "gulpplugin",
    "gulp-plugin"
  ],
  "repository":{
    "type" : "git",
    "url" : "https://github.com/gridwalk/gulp-gtm"
  },
  "author": "Donald Hanson",
  "license": "ISC",
  "dependencies": {
    "gulp-util": "^3.0.7",
    "through2": "^2.0.1"
  }
}
